if (top.frames.length!=0)
top.location=self.document.location;
function zomaar() {
	var cijfer
	cijfer = Math.round(Math.abs(Math.random()) * 90000)+9999
	document.visite.aantal.value=cijfer
	var teller
	teller=setTimeout("zomaar()",100)
}