var httpAddress = location.protocol;
var pageAddress = location.pathname.slice(-7,-5);
if(httpAddress=='https:'){
document.write('');
}
