function juso()
{
document.write("<table width=1003 height=37 border=0 cellspacing=0 cellpadding=0>");
document.write("<tr>");
document.write("<td width=39></td>");
document.write("<td width=164><img src=http://star.metro.daejeon.kr/main_img/hadanlogo.gif width=107 height=37></td>");
document.write("<td width=160></td>");
document.write("<td width=399 valign=top><img src=http://star.metro.daejeon.kr/main_img/juso.gif width=450 height=37></td>");
document.write("<td width=241></td>");
document.write("</tr>");
document.write("</table>");
}

<!--
self.onError=null;
currentX = currentY = 0; 
whichIt = null; 
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
<!-- STALKER CODE -->
function heartBeat() {
if(IE) { 
diffY = document.body.scrollTop; 
diffX = 0; 
}
if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
if(diffY != lastScrollY) {
percent = .1 * (diffY - lastScrollY);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelTop += percent;
if(NS) document.floater.top += percent; 
lastScrollY = lastScrollY + percent;
}
if(diffX != lastScrollX) {
percent = .1 * (diffX - lastScrollX);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelLeft += percent;
if(NS) document.floater.top += percent;
lastScrollY = lastScrollY + percent;
} 
} 
if(NS || IE) action = window.setInterval("heartBeat()",1);



