<!--<script>
function hide(){
document.getElementById("hideTopAd").style.display = "none";
}
setTimeout(hide,"10000");
</script>-->
<script>
function hide(){
document.getElementById("hideTopAd").style.display = "none";
alert(document.body.clientWidth +document.body.clientHeight );
document.getElementById("img").style.left=555+'px';
document.getElementById("img").style.top=555+'px';
}
setTimeout(hide,"10000");
</script>
<div id="img" style="position:fixed;left:10px;top:330px;z-index:11;" >
<img style="cursor:pointer" src="/templets/ydnk/images/zongjie.jpg" width=111px height=111px>
</div>
<div id="img0777" style="position:fixed;left:10px;top:640px;" >
<img style="cursor:pointer;" src="/templets/ydnk/images/zongjie.jpg" width=111px height=111px>
</div>