function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function banner()
{
	var img = new Array();

	img[0]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/1.jpg" border=0 width=504 height=335></a>';
	img[1]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/2.jpg" border=0 width=504 height=335></a>';
	img[2]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/3.jpg" border=0 width=504 height=335></a>';
	img[3]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/4.jpg" border=0 width=504 height=335></a>';
	img[4]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/5.jpg" border=0 width=504 height=335></a>';
	img[5]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/6.jpg" border=0 width=504 height=335></a>';
	img[6]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/7.jpg" border=0 width=504 height=335></a>';
	img[7]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/8.jpg" border=0 width=504 height=335></a>';
	img[8]='<a href="exit.php?keuze=foto" target="_blank"><img src="pics/random6/9.jpg" border=0 width=504 height=335></a>';

	var n=rand_number(9); 
	document.write(img[n]);
}



function toggle(showHideDiv) {
	var magic = document.getElementById(showHideDiv);
	if(magic.style.display == "block") {
    		magic.style.display = "none";
  	}
	else {
		magic.style.display = "block";
	}
}


function popitup(url) {
	newwindow=window.open(url,'name','height=540,width=570,scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}


function reallyCenterWindow() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 251
topPos = (screen.height / 2) - 162
}
ElementWindow = window.open('http://extranet.e-kickoff.com/project/publiek/aanduidingenclub/nl/aanduiding_05384.htm','ElementWin',
'width=570,height=540,scrollbars=1,left='+leftPos+',top='+topPos)
}
