	if (document.location.href.indexOf("http://www") == 0 )
	{
		var i,s;
		i = document.location.href.indexOf("//");
		s = document.location.href;
		s = s.substring(i+2,100);
		s="https://"+s
		document.location.href=s;
		//not secured
	};