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

