");
document.writeln("
");
document.writeln("
");
document.writeln("
");
ShowE.style.top=20;
ShowE.style.left=document.body.clientWidth-90;
moveE();
function moveE() {
ShowE.style.top=document.body.scrollTop+20;
ShowE.style.left=document.body.scrollLeft+document.body.clientWidth-90;
setTimeout("moveE();",80)
}