//seimei3 for dion

if( location.protocol == 'http:' ){
	location.replace("https://" + location.hostname + location.pathname);
}
