﻿
var url = window.location;
//var x = url.indexOf("https://");
if (url.protocol == "http:") {
    document.write('<IFRAME id="IframeBalloon" src="http://Gotcsswebsite01.sg1tpsmartseal.com/SealAuthentication.aspx?Cid=1" WIDTH=200 marginwidth=0 marginheight=0 HEIGHT=60 FRAMEBORDER=0 SCROLLING=no allowtransparency=true></IFRAME>');
}
else
{
    document.write('<IFRAME id="IframeBalloon" src="https://Gotcsswebsite01.sg1tpsmartseal.com/SealAuthentication.aspx?Cid=1" WIDTH=200 marginwidth=0 marginheight=0 HEIGHT=60 FRAMEBORDER=0 SCROLLING=no allowtransparency=true></IFRAME>');
}
