// Koekje bij de thee?
try{
	if (readCookie("taal") != null){
		window.location = "http://www.accent.jobs/" + readCookie("taal");
	}		
}catch(e){}	

