

<!-- Dette script og mange flere -->
<!-- findes hos http://www.html.dk -->
<!-- Start

bannerpics=new Array;
bannerurls=new Array;



bannerpics[1]="http://www.norsk-bingo.com/mariabingo_468x60.gif";
bannerurls[1]="http://www.norsk-bingo.com/go/mariabingo.html";





bannerpics[3]="http://www.norsk-bingo.com/betssonbingo_468x60_2.gif";
bannerurls[3]="http://www.norsk-bingo.com/go/betssonbingo.html";


bannerpics[4]="http://www.norsk-bingo.com/468x60_bestbingo_ny.gif";
bannerurls[4]="http://www.norsk-bingo.com/go/bestbingo.html";




bannerpics[2]="http://www.norsk-bingo.com/468x60_mamamiabingo.gif";
bannerurls[2]="http://www.norsk-bingo.com/go/mamamiabingo.html";






// Nye bannere kan inds&aelig;ttes her
// F&oslash;lg blot samme form som for de ovenst&aring;ende bannere

function ShowBanner() {

num = Math.random();
num = 1 + ( num * ((bannerpics.length - 1)-1));
num = Math.round(num);

document.write("<div><a href='" + bannerurls[num] + "' target=_blank>");
document.write("<img src='" + bannerpics[num] + "' border='0' ");
document.write("alt='Klikk for gode bingo bonuser !'>");
document.write("</a></div>");
}
// Slut -->




<!-- Popup

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,height=450,width=465');");
}



<!--
function popupnr(mylink, windowname, refocus)
{
var mywin, href;

if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
mywin = window.open('', windowname, 'width=465,height=450,scrollbars=yes');

// if we just opened the window
if (
   mywin.closed ||
   (! mywin.document.URL) ||
   (mywin.document.URL.indexOf("about") == 0)
   )
   mywin.location=href;
else if (refocus)
   mywin.focus();
return false;

}
//-->