function Redirect() {
	if (
		window.location.href == 'http://www.omploegen.nl/' || 
		window.location.href == 'http://www.omploegen.nl' || 
		window.location.href == 'http://omploegen.nl' || 
		window.location.href == 'http://omploegen.nl/' || 
		window.location.href == 'http://www.omploegen.nl/index.php?id=1' || 
		window.location.href == 'http://www.omploegen.nl/index.php?id=4' || 
		window.location.href == 'http://www.omploegen.nl/index.php?id=40')
	{
		window.location.replace("http://www.ploegwerk.nl"); 
	}
         else if (window.location.href == 'http://www.publicservicemanagement.nl/' || window.location.href == 'http://www.publicservicemanagement.nl' || window.location.href == 'http://publicservicemanagement.nl'  || window.location.href == 'http://publicservicemanagement.nl/')
	{
		window.location.replace("http://www.ploegwerk.nl");
	}
} 

Redirect();
