
function forward(){
	location.href="/bedrijfsprofiel/";
}

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


