	url = document.location.href;
	if(url.indexOf('https') >= 0){
		url = "http" +url.substring(5,url.length);
		window.location= url;
	}
