if (location.protocol.toLowerCase() == 'https:')
{ 
	window.location = 'http://' + location.host + location.pathname + location.search;
}
