var url = window.location; //var x = url.indexOf("https://"); if (url.protocol == "http:") { document.write(""); } else { document.write(""); }