var adstr;
adstr="<DIV id=\"indexad\" style=\"Z-INDEX: 10; POSITION: absolute;width:640px; height:480px; display:block\">";
adstr+="<span onClick=\"document.getElementById(\'indexad\').style.display=\'none\';\" style=\"margin-left:610px; cursor:pointer\"><font color=\"000000\">¹Ø±Õ</font></span>";
adstr+="<img src=\"/UploadFile/"+adlink+"\" border=\"0\" width=\"640\" height=\"480\">";
adstr+="</div>";
document.write(adstr);
play();
function play() {
var followObj = document.getElementById("indexad");
followObj.style.top=(document.body.clientHeight/2)-260+document.body.scrollTop-20;
followObj.style.left=(document.body.clientWidth/2)-320;
setTimeout("play();",80)
}
