// Koekje bij de thee?

try{
	if (readCookie("taal") != null){
		window.location = "http://www.accent.jobs/" + readCookie("taal");
	}
	else {
		if (window.location.toString().toLowerCase().indexOf("accent.be") > -1){
			window.location = "http://www.accent.jobs";
		}
	}

}catch(e){}



