	if ( window.location.toString().indexOf("/staging/") < 0 )
	{
		if ( typeof makeThisPageSecure!='undefined' && makeThisPageSecure==true && window.location.toString().indexOf("https://www.leaderscu.com")!=0 )
		{
			window.location.replace( "https://www.leaderscu.com" + window.location.pathname + window.location.search );
		}
		else if ( (typeof makeThisPageSecure=='undefined' || makeThisPageSecure==false) && window.location.toString().indexOf("http://www.leaderscu.com")!=0 )
		{
			window.location.replace( "http://www.leaderscu.com" + window.location.pathname + window.location.search );
		}
	}

