<script language="JAVAscript">function move() {document.getElementById("ad").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + 100 + 'px';
setTimeout("move();",80)}function load(){document.write('<div id="ad" style="position: absolute; top:100px; left:18px; background-color:#dddddd;"></div>');move();}load();</script>