function redirect()
{
	window.location = "http://www.woonbedrijf.com";
}
setTimeout("redirect()",10000)