// JavaScript Document
function janee(bericht, url){
	if(confirm(bericht)) location.href = url;
}
function go(url){
	document.location.href = url;
}
