strURL = window.location.href;
if(strURL.search(/oursaviorpresbyterian.com/i)==-1)
	{
	strURL = strURL.replace(/argochurch.com/i, "oursaviorpresbyterian.com");
	strURL = strURL.replace(/argochurch.org/i, "oursaviorpresbyterian.com");
	strURL = strURL.replace(/oursaviorpresbyterian.org/i, "oursaviorpresbyterian.com");
	window.location.replace(strURL);
	}
