window.status='[ Få din egen gratis web-adresse på www.atera.no ]';
var scrollCounter = 0;
var scrollText    = "[ Få din egen gratis web-adresse på www.atera.no ]";
var scrollDelay   = 90;
var i = 0;

while (i ++ < 140)
scrollText = " " + scrollText;
function Scroller()
{
window.status = scrollText.substring(scrollCounter++,
scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()", scrollDelay);
}
Scroller();
function popup() {
var adurl = "banners/ads.php";
window.open(adurl,"bannerpopup","height=70,width=468");
}

