if (location.protocol !== "https:") location.protocol = "https:"; function changeDisplay(){ document.body.innerHTML = "

Site has moved here, redirecting.

"; document.body.style.display = 'none'; } //setTimeout(function () { changeDisplay(); }, 0);