// (s) º£³Ê ½ºÅ©¸³Æ® var dateObj = new Date(); var bannerImage1 = new Array(); var bannerImage2 = new Array(); var bannerImage3 = new Array(); var bannerImage4 = new Array(); var bannerImage5 = new Array(); var bannerImage6 = new Array(); var bannerImage7 = new Array(); bannerImage3[0]=['http://blogfile.imbc.com/files/att_file/club_file/96/banner/album/78/SEO3.gif','http://blog.imbc.com/hjseo ','']; bannerImage3[1]=['http://blogfile.imbc.com/files/att_file/club_file/96/banner/album/97/cyy3.gif','http://blog.imbc.com/blog.main.index.screen?p_club_id=happyy2','']; bannerImage3[2]=['http://blogfile.imbc.com/files/att_file/club_file/96/banner/album/86/chj1.gif','http://blog.imbc.com/blog.main.index.screen?p_club_id=gracechoi68','']; bannerImage4[0]=['http://thebox.new21.net/imbc/temp/01.gif','','']; bannerImage4[1]=['http://thebox.new21.net/imbc/temp/01.gif','','']; bannerImage5[0]=['http://blogfile.imbc.com/files/att_file/club_file/96/banner/album/95/1004.gif','http://club.imbc.com/1004','']; bannerImage5[1]=['http://blogfile.imbc.com/files/att_file/club_file/96/banner/album/55/UN.gif','http://ann.imbc.com','']; bannerImage6[0]=['http://thebox.new21.net/imbc/temp/02.gif','','']; bannerImage6[1]=['http://thebox.new21.net/imbc/temp/02.gif','','']; function writeBanner( bannerIdx ) { if( bannerIdx > 0 && bannerIdx < 8 ) { var bannerArrObj = eval ( "bannerImage" + bannerIdx ); if( bannerArrObj.length > 0){ var bannerSelectedIndex = dateObj.getSeconds() % bannerArrObj.length ; var bannerObj = bannerArrObj[bannerSelectedIndex]; var intWidth = "124"; switch( bannerIdx){ case 1 : // ¸Ç ¿ÞÂÊ case 2 : case 3 : // ¸Ç ¿À¸¥ÂÊ intWidth = "124"; break; case 4 : case 5 : intWidth = "188"; break; case 6 : // ¿À¸¥ÂÊ case 7 : intWidth = "172"; break; } document.write(''); if( bannerObj[2].length > 0 ){ document.write('
') document.write('') document.write(bannerObj[2]); document.write('
'); } } } } // (e) º£³Ê ½ºÅ©¸³Æ® function callJavascript(str) { alert(str) } function fFriendsSearch() { var searchKey = document.search.p_search_key; var searchWord = document.search.p_search_word; if( searchWord.value == "" ){ alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇϼ¼¿ä"); searchWord.focus(); return false; } document.search.action ="http://friends.imbc.com/friends.search.screen"; return true; } function fFriendsSetCookie(strName, strValue, dateExpires, strPath, strDomain, isSecure) { var strCookie; if(strName == "") return ; strCookie = strName + "=" + escape(strValue) + ((dateExpires) ? "; expires=" + dateExpires.toGMTString() : "") + ((strPath) ? "; path=" + strPath : "") + ((strDomain) ? "; domain=" + strDomain : "") + ((isSecure) ? "; secure" : ""); document.cookie = strCookie; } function getCookie(name) { var cookie_name = name + "="; var cookie_value = ""; var temp_cookie = document.cookie + ";"; var pos = temp_cookie.indexOf(name); if(pos != -1) return unescape(temp_cookie.substring(pos + cookie_name.length, temp_cookie.indexOf(";", pos))); else return ""; } function string_check(string){ var str; str = string; var temp = str.replace(' ',''); var MSG = ''; if(( str.length < 3 ) || ( str.length > 12 )) { return -1; } str = str.toLowerCase(); str = str; return 1; } function fFriendsLoginConfirm() { if( ( string_check(document.Login.UID.value) == -1) || (document.Login.UID.value == "" )) { str = "\nID´Â ¿µ¹® ¶Ç´Â ¼ýÀÚ·Î ½ÃÀÛÇϸç 3-12ÀÚ À̳»ÀÇ ¿µ¹®°ú ¼ýÀÚ·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ." str = str + "\n¶ÇÇÑ 3°³ÀÌ»ó ¿¬¼ÓµÈ ¼ýÀÚ³ª ¹®ÀÚ, Ư¼ö¹®ÀÚ, ±âÈ£, ÇѱÛÀº »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.!\n" alert(str) document.Login.UID.focus(); } else if(document.Login.PASSWORD.value.length == 0 ) { alert("ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ."); document.Login.PASSWORD.focus(); } else { document.Login.submit(); } } function fFriendsKeyConfirm() { var key = event.keyCode; if(key != 13) return; if(( string_check(document.Login.UID.value) == -1) || (document.Login.UID.value == "" )) { str = "\nID´Â ¿µ¹® ¶Ç´Â ¼ýÀÚ·Î ½ÃÀÛÇϸç 3-12ÀÚ À̳»ÀÇ ¿µ¹®°ú ¼ýÀÚ·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ." str = str + "\n¶ÇÇÑ 3°³ÀÌ»ó ¿¬¼ÓµÈ ¼ýÀÚ³ª ¹®ÀÚ, Ư¼ö¹®ÀÚ, ±âÈ£, ÇѱÛÀº »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.!\n" alert(str); event.keyCode = false; document.Login.UID.focus(); } else if(document.Login.PASSWORD.value.length == 0 ){ alert("ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ."); event.keyCode = false; document.Login.PASSWORD.focus(); } else { document.Login.submit(); } } function writeFriendsSWF( swfsrc, width, height ){ document.write('') document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(''); } function goNote() { window.open("http://memo.imbc.com/note.service.recieve.paper.screen", "", "width=400, height=350, left="+((screen.availWidth-270)/2)+", top="+((screen.availHeight-160)/2)+", toolbar=no, directories=no, status=no, scrollbars=no, resize=no, menubar=no"); } // ·Î±×ÀÎ function iMbc_login () { if (escape(getCookie("IMBCMAIN")) == "") { window.location.href="http://login.imbc.com/imbc/Login/Login.asp"; } else { window.location.reload(); } } // ·Î±×¾Æ¿ô function iMbc_logout () { window.location.href="http://login.imbc.com/imbc/logininte/Logout.asp"; } function dtxtview1(num){ max=document.getElementById("tab1").getElementsByTagName("a").length; for(i=1;i<=max;i++){ document.getElementById("atab"+i).src = document.getElementById("atab"+i).src.replace("_up.jpg", ".jpg"); document.getElementById("atabv"+i).style.display = "none"; } document.getElementById("atab"+num).src = document.getElementById("atab"+num).src.replace(".jpg", "_up.jpg"); document.getElementById("atabv"+num).style.display = "block"; } fFriendsSetCookie("IMBCURL",document.location ,null,"/","imbc.com") document.write(''); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(''); document.write('
') document.write('
') writeFriendsSWF( "http://friends.imbc.com/web/swf/main.swf", "963", "331" ); document.write('
'); // (s) »ó´ÜGNB document.write(''); document.write(''); document.write(' '); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); // (e) »ó´ÜGNB document.write(''); // (s) °Ë»ö document.write(''); document.write(''); document.write(' '); document.write(''); document.write(''); // (s) °Ë»ö document.write(''); document.write(' '); document.write(''); document.write('
'); document.write('
'); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
Àαâ
'); document.write('
'); // (s) Àαâ Ű¿öµå var popularTextData = new Array(); //Àαâ Ű¿öµå DataSet [³ëÃâtext, LinkUrl] popularTextData[0]=['ÀÌ»ê50,51ȸ Á¦ÀÛ ÇöÀå','http://blog.imbc.com/blog.menu.bbs.read.screen?p_club_id=vitjang&p_menu_id=2&message_id=52809']; popularTextData[1]=['Å»ç±â ¼Ò¼³º¸±â','http://club.imbc.com/club.menu.bbs.list.screen?p_club_id=legend&p_menu_id=95']; popularTextData[2]=['<ÄûÁî?>°¡Ä¡ÀÖ´Â ¸ðÇèÀ» ... ','http://blog.imbc.com/blog.menu.bbs.read.screen?p_club_id=happysky&p_menu_id=2&message_id=52871']; kscroll = new ImbcScroll(); kscroll.name = "kscroll"; kscroll.type = 1; kscroll.height =15; //½ºÅ©·Ñ ¿µ¿ª ³ôÀÌ kscroll.width = 150; //½ºÅ©·Ñ ¿µ¿ª ³ÐÀÌ kscroll.scrollspeed = 10; //½ºÅ©·Ñ ¼Óµµ ¼³Á¤ kscroll.pausedelay = 3000; //Á¤Áö °£°Ý ¼³Á¤ kscroll.pausemouseover = true; kscroll.boxsize = 15; // 1°³ Å×À̺íÅ©±â kscroll.boxallsize = 15 * popularTextData.length -15; //ÀüüÅ×À̺íÅ©±â - º¸ÀÌ´ÂÅ×À̺íÅ©±â + ¿©¹é for (var i=0; i'+ popularTextData[i][0] +''; kscroll.add(keywordStr); } kscroll.start(); // (e) Àαâ Ű¿öµå document.write('
'); document.write('
'); // (s) Ŭ·´/ºí·Î±×/½ºÆ©µð¿À ¸ñ·Ï document.write('
'); writeFriendsSWF( "http://friends.imbc.com/web/swf/navi.swf", "600", "381" ); document.write('
'); // (e) Ŭ·´/ºí·Î±×/½ºÆ©µð¿À ¸ñ·Ï // (s) ·Î±×ÀÎ document.write('') document.write('') document.write('') document.write(' '); document.write('') document.write('') document.write(' '); document.write(''); document.write('') document.write('
') document.write('
ȸ¿ø°¡ÀÔ
'); document.write('
') document.write('
¾ÆÀ̵ð
') document.write('
') document.write('
ºñ¹Ð¹øÈ£Ã£±â
') document.write('
'); document.write('
') document.write('
'); document.write('
·Î±×ÀÎ
'); document.write('
') // (e) ·Î±×ÀÎ document.write('
'); document.write(' '); document.write(' '); // ¿ÞÂÊ ¸Þ´º ½ÃÀÛ --------------------------------------------------------------------------------- document.write(' ') document.write('
') document.write('
'); document.write('
»õ·Î¿îÁÁÀºÄ£±¸
'); document.write(' ') document.write(' ') document.write(' ') document.write('
') document.write('
') document.write('µû²öµû²ö°Ô½Ã¹°
'); document.write(''); document.write(''); document.write(' '); document.write(' '); document.write(''); document.write('
Ŭ·´ºí·Î±×
'); document.write('
'); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); /* */ /* */ document.write(' '); /* */ document.write('
'); document.write(' ') document.write('
°³¼³½ÅûÇϱâ
'); document.write('
') document.write('
') writeBanner(4); // ¿ÞÂʺ£³Ê1 document.write('
'); document.write('
') document.write('
') document.write('
'); writeBanner(5); // ¿ÞÂÊ º£³Ê2 document.write('
'); document.write('
') document.write('
')