<!-- Nicorp.nl

function Doorsturen(url) {
	var url = "http://www.nicorp.nl/"+url;
	if (top.location.href != url) {
		top.location.href = url;
	}
}

function AntiFrames() {
	if(top.location.href != location.href) {
		if(confirm("Nicorp.nl Framecheck\n\nJe bekijkt de site momenteel via een frame.\nWil je dat Nicorp.nl zichzelf uit dit frame haalt?")) {
			top.location.href = location.href;
		}
		document.write("    <tr>\n      <td height=\"50\" align=\"center\" valign=\"top\" colspan=\"6\"><a href=\"#\" onClick=\"top.location.href = location.href; return false;\"><img src=\"/images/antiframe.jpg?frameurl="+top.location.href+"\" width=\"850\" height=\"50\" border=\"0\"></a></td>\n    </tr>\n");
	}
}

function KeepOnline() {
	for(var R = 1; R <= 28; R++) {
		var RD = Math.round(1000000000*Math.random());
		setTimeout("document.getElementById('KeepOnline').src='/image.php?ts="+RD+"';",(R * 30000));
	}
}

function CasinoGokkast(First,Second,Third) {
	var Form = "<input type=\"submit\" name=\"CasinoSubmit\" value=\"Opnieuw\" id=\"BTN\" />";
	if(First == Second && Second == Third) {
		var GokkastMSG = "Gefeliciteerd, je hebt gewonnen!";
	} else {
		if(First == Second || First == Third || Second == Third) {
			var GokkastMSG = "Helaas, maar toch twee dezelfde!";
		} else {
			var GokkastMSG = "Helaas, je hebt verloren!";
		}
	}
	setTimeout("document.getElementById('GokkastImageI').src='/images/casino/gokkast/"+First+".jpg';",3000);
	setTimeout("document.getElementById('GokkastImageII').src='/images/casino/gokkast/"+Second+".jpg';",4000);
	setTimeout("document.getElementById('GokkastImageIII').src='/images/casino/gokkast/"+Third+".jpg';",5000);
	setTimeout("document.getElementById('GokkastTXT').innerHTML='"+GokkastMSG+"';",5000);
	setTimeout("document.getElementById('GokkastForm').innerHTML='"+Form+"';",5000);
}

function CasinoFiftyFifty(Winner) {
	var Form = "<input type=\"submit\" name=\"CasinoSubmit\" value=\"Opnieuw\" id=\"BTN\" />";
	var Aquo = 1;
	for(var LR = 1; LR < 5000; LR++) {
		if(Aquo == 1) {
			var Show = "&laquo;";
			var Aquo = 2;
		} else {
			var Show = "&raquo;";
			var Aquo = 1;
		}
		if(LR < 1000) {
			setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> "+Show+" <b>PLUS</b>';",LR);
			LR = LR + 30;
		} else if(LR < 2000) {
			setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> "+Show+" <b>PLUS</b>';",LR);
			LR = LR + 60;
		} else if(LR < 3000) {
			setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> "+Show+" <b>PLUS</b>';",LR);
			LR = LR + 120;
		} else {
			setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> "+Show+" <b>PLUS</b>';",LR);
			LR = LR + 240;
		}
	}
	if(Winner == "Y") {
		setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> &raquo; <b>PLUS</b>';",5000);
		setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='Gefeliciteerd, je hebt gewonnen!';",6000);
	} else {
		setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='<b>MIN</b> &laquo; <b>PLUS</b>';",5000);
		setTimeout("document.getElementById('FiftyFiftyTXT').innerHTML='Helaas, je hebt verloren!';",6000);
	}
	setTimeout("document.getElementById('FiftyFiftyForm').innerHTML='"+Form+"';",6000);
}

function CasinoRussischRoulette(Location,Choice) {
	var Form = "<input type=\"submit\" name=\"CasinoSubmit\" value=\"Opnieuw\" id=\"BTN\" />";
	var Wait = 3000;
	var TS = Wait;
	if(Location < Choice) {
		var Limit = Location;
	} else {
		var Limit = Choice;
	}
	for(var Bullet = 1; Bullet <= Limit; Bullet++) {
		setTimeout("document.getElementById('RRSmiley').src='/images/smileys/notfunny.gif';",TS);
		if(Bullet == Choice) {
			if(Choice == Location) {
				setTimeout("document.getElementById('RRTXT').innerHTML='Het door jou gekozen schot...';",TS);
				TS = TS + Wait;
				setTimeout("document.getElementById('RRTXT').innerHTML='Hier zat de kogel! Je hebt gewonnen!';",TS);
				setTimeout("document.getElementById('RRSmiley').src='/images/smileys/laugh.gif';",TS);
				setTimeout("document.getElementById('RRForm').innerHTML='"+Form+"';",TS);
			} else {
				setTimeout("document.getElementById('RRTXT').innerHTML='Het door jou gekozen schot...';",TS);
				TS = TS + Wait;
				setTimeout("document.getElementById('RRTXT').innerHTML='Hier zat geen kogel! Je hebt verloren!';",TS);
				setTimeout("document.getElementById('RRSmiley').src='/images/smileys/verbaasd.gif';",TS);
				setTimeout("document.getElementById('RRForm').innerHTML='"+Form+"';",TS);
			}
		} else if(Bullet == Location) {
			setTimeout("document.getElementById('RRTXT').innerHTML='Het "+Bullet+"e schot...';",TS);
			TS = TS + Wait;
			setTimeout("document.getElementById('RRTXT').innerHTML='PANG! Je hebt verloren!';",TS);
			setTimeout("document.getElementById('RRSmiley').src='/images/smileys/dead.gif';",TS);
			setTimeout("document.getElementById('RRForm').innerHTML='"+Form+"';",TS);
		} else {
			setTimeout("document.getElementById('RRTXT').innerHTML='Het "+Bullet+"e schot...';",TS);
			TS = TS + Wait;
			setTimeout("document.getElementById('RRTXT').innerHTML='Overleefd!';",TS);
			setTimeout("document.getElementById('RRSmiley').src='/images/smileys/%5E.gif';",TS);
		}
		TS = TS + Wait;
	}
}
-->