간단한 공지

인터넷관련 2008. 2. 1. 09:43
<HTML>
<HEAD>
<TITLE>
타이틀
</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--

function correct(){
        if (finished){
                setTimeout("begin()",5000)
        }
        return true
}

window.onerror=correct

function begin(){
        if (!document.all) return
        if (maxheight==null) maxheight=temp.offsetHeight
        whatsnew.style.height=maxheight
        temp.style.display="none"
        c=1
        finished=true
        change()
}

// -->
</SCRIPT>
</HEAD>
<BODY onload="begin();">

<script language="javascript">
<!--
var bName = navigator.appName;
var bVer = parseInt(navigator.appVersion);
var head=''
var top=0
var maxheight
var finished=false
var tickers=new Array()

        tickers[0]=' <a href=""><font size=2 face=굴림 color=#4B4BCC>초스피드 업데이트! 신문에 소개된 모든 URL이 한자리에...</font></a> '
        tickers[1]=' <a href=""><font size=2 face=굴림 color=#4B4BCC>왕건, 여인천하, 홍국영, 명성황후. 드라마보기</font>'
        tickers[2]=' <a href=""><font size=2 face=굴림 color=#4B4BCC>올 여름 휴가, 어디로 떠나세요? 휴양림을 추천합니다</font>'
       
       
       
       
       
        
if (bName == "Microsoft Internet Explorer" && bVer >= 4) {

        for (i=1;i<=tickers.length-1;i++){
                if (tickers[i].length>=tickers[top].length)
                        top=i
        }
        if (document.all) document.write('<span id="whatsnew" style="width:100%;height=10;filter:revealTrans(duration=2,transition=19)">'+tickers[0]+'</span>')

        function change(){
                whatsnew.innerHTML=''
                whatsnew.filters.revealTrans.apply()
                whatsnew.filters.revealTrans.play()
                whatsnew.innerHTML=tickers[c]
                if (c==tickers.length-1)
                        c=0
                else
                        c+=1
                setTimeout("change()",5000)
        }
        if (document.all)
                document.write('<span id=ns style="display:none;">')
}
else {
        document.write(tickers[0])
}
//-->
</script>
<span id=temp style="position:absolute;left:0;top:0">
<script>
<!--
if (document.all){
temp.style.width=whatsnew.style.width
document.write(tickers[top])
}
//-->
</script>
</span>
</BODY>
</HTML>
Posted by 알 수 없는 사용자
,