
	attempUrl = window.location.href.split("://")
	if (attempUrl[0] == "http") window.location = "https://" + attempUrl[1];
