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.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();