kf4=0;
function kf1(){ 
var kf2;
if (document.documentElement && document.documentElement.scrollTop)
kf2 = document.documentElement.scrollTop;
else if (document.body)
kf2 = document.body.scrollTop
else
{/*Netscape stuff*/}

kf5=.1*(kf2-kf4); 
if(kf5>0)kf5=Math.ceil(kf5); 
else kf5=Math.floor(kf5); 
document.getElementById("full").style.top=parseInt(document.getElementById("full").style.top)+kf5+"px";

kf4=kf4+kf5; 
}
kf3="<div id=\"full\" style='right:10px; top:500px; position:absolute;'><table width='100' border='0' cellpadding='0' cellspacing='0'><tr><td align='center'><iframe src="http://www.xsdec.com/k18.aspx" frameborder="0" width="100%" scrolling="no" height="260"></iframe></td></tr></table></div>"

document.write(kf3);
window.setInterval("kf1()",1);
