var sPRTC=window.location['protocol'];
var sHREF=window.location['href'];
if (sHREF.toUpperCase().indexOf("BUY") == -1 || sHREF.toUpperCase().indexOf("MEMBER") == -1)
{
	if(sPRTC.toUpperCase()=='HTTPS:'){
		sHREF='HTTP:'+sHREF.substring(sPRTC.length,sHREF.length);
		window.location.replace(sHREF);
	}
}

