document.write('
'); function moveBrand() { brand = eval(document.getElementById("Brand")) brand.style.left=document.body.clientWidth-Brand.offsetWidth+document.body.scrollLeft-10; brand.style.top=document.body.clientHeight-Brand.offsetHeight+document.body.scrollTop; } window.onscroll=moveBrand; window.onresize=moveBrand; moveBrand();