if (location.protocol == "https:") 
{ 
//	location.protocol = "http:"; 
//	location.port = "0";
	location.href = "http://" + location.hostname + location.pathname
//	location.reload(true);
//	confirm(location.protocol);
} 

