function sslCheck(){
	if(location.href.indexOf("https")!=0){
		location.href="https"+location.href.substring(4);
	}
}
//testÆÁ±Î
//sslCheck();