if(!/^https/i.test(location.href))
	location.href = location.href.toLowerCase().replace('http://','https://');
	
