
<!-- Dette script og mange flere -->
<!-- findes hos http://www.html.dk -->
<!-- Start

bannerpics=new Array;
bannerurls=new Array;


bannerpics=new Array;
bannerurls=new Array;

bannerpics[1]="http://www.norskcasinoguide.com/casinoeuro_468x60_pandora.gif";
bannerurls[1]="http://www.norskcasinoguide.com/go.php?id=casinoeuro";


bannerpics[4]="http://www.norskcasinoguide.com/468x60-expektcasino.gif";
bannerurls[4]="http://www.norskcasinoguide.com/go.php?id=expekt-banner";

bannerpics[6]="http://www.wagershare.com/affiliate_media/Banners/b5376.gif";
bannerurls[6]="http://www.norskcasinoguide.com/go.php?id=spinpalace";

bannerpics[2]="http://serve.eurogrand.com/promoLoadDisplay?member=nordicva2&campaign=DEFAULT&channel=highroller&zone=521694097&lp=14168590";
bannerurls[2]="http://www.norskcasinoguide.com/go.php?id=eurogrand";


bannerpics[5]="http://www.norskcasinoguide.com/betsson-mars2010.gif";
bannerurls[5]="http://www.norskcasinoguide.com/go.php?id=betssoncasino";


bannerpics[3]="http://www.norskcasinoguide.com/468x60_casinoking.gif";
bannerurls[3]="http://www.norskcasinoguide.com/go.php?id=casinoking";






// 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 et meget bra tilbud!'>");
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;

}
//-->


<!--
function popupnr2(mylink, windowname, refocus)
{
var mywin, href;

if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
mywin = window.open('', windowname, 'width=635,height=480,scrollbars=no');

// 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;

}
//-->