var htmlcode = '
Cool Sites To See

Calendars for your site

Rotate Images Automatically

Instant Web Chat Room

Google -- Gotta See It

[ Close ]
'; if (document.layers) { document.write(''); } else if (document.all) { document.write('
'); } else if (document.getElementById) { document.write('
'); } function moveit() { if (document.layers) { document.layers.allheadings.top = pageYOffset; document.allheadings.left = window.innerWidth - 175 - 20; } else if (document.all) { document.all.allheadings.style.posLeft = document.body.clientWidth - 175 - 20; document.all.allheadings.style.top = document.body.scrollTop; } else if (document.getElementById) { document.getElementById("allheadings").style.left = window.innerWidth - 175 - 20; document.getElementById("allheadings").style.top = document.body.scrollTop; } setTimeout("moveit()",100); } function closeWindow() { if (document.layers) { document.layers.allheadings.visibility = "hidden"; } else if (document.all) { document.all.allheadings.style.visibility = "hidden"; } else if (document.getElementById) { document.getElementById("allheadings").style.visibility = "hidden"; } } function oneTime() { if (document.layers) { document.allheadings.document.write(htmlcode); document.allheadings.document.close(); } else if (document.all) { allheadings.innerHTML = htmlcode; } else if (document.getElementById) { newlayer = document.getElementById("allheadings"); newlayer.innerHTML = htmlcode; } setTimeout("moveit()",100); } setTimeout("oneTime()",100);