// JavaScript Document
if(location.protocol.toLowerCase() =='https:')
	location.href = location.href.replace('https:','http:');
