¡ÙORC¡Ù      2001/12/29 14:53:11     10630     0   
   ŸÀÚ Ä¡´Â È¿°ú ÅؽºÆ®.
<SCRIPT language=JavaScript1.2>

        var line=new Array()
                line[1]="¿©±â´Ù°¡¾µ¸»"
                line[2]="¿ä±â´ÙµÎ ¾µ¸»"

        var ts_fontsize="10px"
        var longestmessage=1
        for (i=2;i<line.length;i++){
                if (line[i].length>line[longestmessage].length)
                longestmessage=i
}

        var tscroller_width=line[longestmessage].length
                lines=line.length-1

        if (document.all||document.getElementById){
                document.write('<form name="bannerform">')
                document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
                document.write('  style="background-color: '+document.bgColor+'; color:#dddddd '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none;" onfocus="blur()">')
                document.write('</form>')
}

                temp=""
                nextchar=-1;
                nextline=1;
                cursor="\\"
        function animate(){
        if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
                nextline++;
                nextchar=-1;
                document.bannerform.banner.value=temp;
                temp="";
                setTimeout("nextstep()",1000)
        }
        else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
                nextline=1;
                nextchar=-1;
                document.bannerform.banner.value=temp;
                temp="";
                setTimeout("nextstep()",1000)
        }
        else{
                nextstep()
        }
}

        function nextstep(){
                if (cursor=="\\"){
                        cursor="|"
                }
                else if (cursor=="|"){
                        cursor="/"
                }
                else if (cursor=="/"){
                        cursor="-"
                }
                else if (cursor=="-"){
                        cursor="\\"
                }

        nextchar++;
        temp+=line[nextline].charAt(nextchar);
        document.bannerform.banner.value=temp+cursor
        setTimeout("animate()",20)}

        if (document.all||document.getElementById)
                window.onload=animate

</SCRIPT>


4~5¹ø° ÁÙ¿¡ ¾µ¸»À» ÀûÀ¸¼¼¿ä.
°èÁ¤ÀÌ ¾ø¾î¼­ ¿¹Àç´Â º¸¿©µå¸®±â Èûµé±¸¿©
Compuz¿¡¼­ Ä«µå µÅ¸é ±×¶§³ª ¿¹ÀçµÎÇؼ­ ÀÚÁÖ ¿Ã¸®ÁÒ
Àú±â 4~5¹ø°ÁÙ line[1]ÀÌ·±Çü½ÄÀ¸·Î 됀°Åline[3],line[4]
Àú·±Çü½ÄÀ¸·Î ´Ã·ÁÁÖ½Ã¸é µË´Ï´ç~~ ¼ö°Ï^^*
   
ÄÚ¸àÆ®¸¦ ÀÛ¼ºÇϽøé 2 Æ÷ÀÎÆ®°¡ Áö±ÞµË´Ï´Ù.

       

126 Á¢¼ÓÇÒ¶§¸¶´Ù ¹è°æÀ½¾Ç ¹Ù²î°Ô Çϱâ 12/26 10864
98 ¹è³ÊµðÀÚÀÎ Çϱâ (°í³­À̵µ) 11/12 10862
127 ÀÚµ¿À¸·Î ½ºÅ©·ÑµÇ´Â ÆäÀÌÁö ¸¸µé±â 12/26 10832
140 ¿ÞÂʽºÅ©·Ñ¹Ù ¸¸µé±â 01/13 10789
100 ¸»Ç³¼± ¸¸µé±â [1] 11/13 10758 03/02(08:35)
91 [µµÆ®] »©»©·Î ¸¸µé±â 11/10 10756
58 [Á¦´©½ºÆÁ]ÃֽŰ¡¿ä¸®½ºÆ®½Ç½Ã°£»Ì¾Æ¿À±â 03/28 10727
76 ¹«·á¹èÆ÷ ·¹À̾ƿô v.02 ¿ì´ö¼º 05/19 10698
193 ´©±º°¡¸¦ »ç¶ûÇÏ¸é ½ÉÀ帶ºñµµ ¿¹¹æµÅ ¸·µ¥¹«½Î 06/04 10695
38 Á¦·Îº¸µå ÂÊÁö¿ÔÀ»¶§ ÂÊÁö ÀÚµ¿À¸·Î ¶Ù¿ì±â.. animillion 01/22 10684
48 ¸µÅ© ´©¸£¸é ÀÌ»Û Á¡¼± ¹ØÁÙÀÌ!! ¾Æ¸° 02/22 10667
128 À̹ÌÁöŬ¸¯Çϸé Àüü¹è°æ ¹Ù²î´Â ¹æ¹ý 12/26 10652
49 ¸µÅ© ´©¸£¸é ÀÌ»Û ±½Àº ¹ØÁÙÀÌ!! ¾Æ¸° 02/22 10650
28 ¼¼·ÃÇØ º¸ÀÌ´Â ±ÛÀÚ »ö º¯ÇÏ´Â ÀÌ»Û È¿°ú +_+ [2] ¡ÙORC¡Ù 01/01 10638 01/02(15:54)
>> ŸÀÚ Ä¡´Â È¿°ú ÅؽºÆ®. ¡ÙORC¡Ù 12/29 10630
FIRST815161718192021LAST