
<!-- Dette script og mange flere -->
<!-- findes hos http://www.html.dk -->
<!-- Start



bannerpics=new Array;
bannerurls=new Array;


bannerpics[4]="468x60_partypoker.gif";
bannerurls[4]="http://www.partypoker.com/index.htm?wm=2591673";



bannerpics[1]="http://www.norskcasinoguide.com/everestpoker_468x60.gif";
bannerurls[1]="http://www.everestpoker.com/U13XN9/";


bannerpics[3]="468x60_partypoker.gif";
bannerurls[3]="http://www.partypoker.com/index.htm?wm=2591673";

bannerpics[5]="http://gateway.fortunelounge.com/copy/pt/banners/norwegian_banner_468x60.gif";
bannerurls[5]="http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_207933";



bannerpics[2]="http://www.norskcasinoguide.com/468x60_poker_betsson.gif";
bannerurls[2]="https://www.betsson.com/no/poker/index.asp?from=nordicva";





// 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] + "'>");
document.write("<img src='" + bannerpics[num] + "' border='0' ");
document.write("alt='Klikk for å spille poker nå!'>");
document.write("</a></div>");
}
// Slut -->



<!--
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;

}
//-->

<!--
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=290,width=520');
	if (window.focus) {newwindow.focus()}
}

//-->


<!--
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');");
}
//-->