function autoChange()
{
var timeID = setTimeout("location.href= 'http://www.bureaubinnenwerk.com'", 3000)
}

