
function forward(){
	location.href="/daar_leef_ik_op/index.html";
}

window.onload=function() {
	setTimeout('forward()',5000);
}

