	

	//  Script prepared by KNF & Associates  http://www.knfa.net
	//  If you use this script please keep these two lines intact.
	function isValidURL(myPointer) {
		return (myPointer > 0  &&  myPointer < 12);
	}
	
	if (isValidURL(document.URL.indexOf("datel.com")))
		location.href = "http://www.murata-ps.com/?domain=datel.com";
	if (isValidURL(document.URL.indexOf("datel.de")))
		location.href = "http://de.murata-ps.com/?domain=datel.de";
	if (isValidURL(document.URL.indexOf("datel-europe.com")))
		location.href = "http://www.murata-ps.com/?domain=datel-europe.com";
	if (isValidURL(document.URL.indexOf("dc-dc.com")))
		location.href = "http://www.murata-ps.com/?domain=dc-dc.com";
	if (isValidURL(document.URL.indexOf("cd4power.com")))
		location.href = "http://www.murata-ps.com/?domain=cd4power.com";
// if (isValidURL(document.URL.indexOf("cd4power.com")))
	//        location.href = "http://www.murata-ps.com/cgi-bin/cd4power.storefront";


