var url = new String(window.location);
if(/^https:/.test(url)){
	location.href = url.replace("https:", "http:");
}

