document.write("
"); document.write("
"); document.write("
<\/a>"); document.write("
\"¹Ø±Õ±¾Í¼\"<\/div>"); document.write("<\/div>"); document.write("<\/div>"); document.write("<\/div>"); function close_eventtag(){ control=true; document.getElementById('tagbar').style.display="none"; } var isIE = window.navigator.appVersion.toLowerCase().indexOf("msie")>=0; var browserName = navigator.appName; function ClientWidth(){ var theWidth = 0; if (window.innerWidth) { theWidth = window.innerWidth } else if (document.documentElement && document.documentElement.clientWidth) { theWidth = document.documentElement.clientWidth } else if (document.body) { theWidth = document.body.clientWidth } return theWidth; } function ClientHeight(){ var theHeight = 0; if (window.innerHeight) { theHeight = window.innerHeight } else if (document.documentElement && document.documentElement.clientHeight) { theHeight = document.documentElement.clientHeight } else if (document.body) { theHeight = document.body.clientHeight } return theHeight; } function ScrollTop(){ var theSTop = 0; if (document.body && isIE) { theSTop = document.body.scrollTop } else if (document.documentElement) { theSTop = document.documentElement.scrollTop; } return theSTop; } var control=true; var deletesetInterval; var hideTime; function tag(){ document.getElementById("tagbar").style.top = (ScrollTop() + ClientHeight() - document.getElementById("tagbar").offsetHeight) + "px"; document.getElementById("tagbar").style.left = (window.screen.availWidth-965)/2 + "px"; } deletesetInterval=setInterval("tag();",50); hideTime=setTimeout("hide_event();",50000000);