function verifySeal() {
    var bgHeight = "433";
    var bgWidth = "592";
    var url = "https://seal.godaddy.com:443/verifySeal?sealID=1oWByJuaAAR19kTS29Og8A0GvFMIzCFqHLqbIZtmm76dQUKEj1";
    window.open(url,'SealVerfication','location=yes,status=yes,resizable=yes,scrollbars=no,innerWidth='
        + bgWidth + ',width=' + bgWidth + ',innerHeight=' + bgHeight + ',height=' + bgHeight);
}
$(document).ready(function() {
    // support placeholders, even in non-compliant browsers
    $('input, textarea').placeholder();

    $('.seal-godaddy').html('<img width="132" height="31" onclick="verifySeal();" src="/images/seal-godaddy.gif" style="cursor:pointer;cursor:hand;">');
    $.getScript('https://secure.trust-guard.com/seals/seal-scripts/4800.js', function() {
        $('.seal-trust-guard').html("<a onclick=\"var nonwin=navigator.appName!='Microsoft Internet Explorer'?'yes':'no'; window.open(this.href.replace('http', 'https'),'welcome','location='+nonwin+',scrollbars=yes,width=517,height='+screen.availHeight+',menubar=no,toolbar=no'); return false;\" target=\"_blank\" href=\"http://secure.trust-guard.com/certificates/womenclothingtoday.com\" name=\"trustlink\"><img src=\"https://secure.trust-guard.com/seals/4800/business/mini/\" style=\"border: 0pt none;\" alt=\"Business Seal\" name=\"trust seal\"></a>");
        $(".seal-trust-guard-wide").html("<a name=\"trustlink\" href=\"http://secure.trust-guard.com/certificates/womenclothingtoday.com\" target=\"_blank\" onclick=\"var nonwin=navigator.appName!='Microsoft Internet Explorer'?'yes':'no'; window.open(this.href.replace('http', 'https'),'welcome','location='+nonwin+',scrollbars=yes,width=517,height='+screen.availHeight+',menubar=no,toolbar=no'); return false;\"><img name=\"trust seal\" alt=\"Business Seal\" style=\"border: 0;\" src=\"https://secure.trust-guard.com/seals/4800/business/header/\" /></a>");
    });

    $('.seal-shopperapproved').html(
        "<a href=\"http://www.shopperapproved.com/certificates/womenclothingtoday.com/\"onclick=\"var nonwin=navigator.appName!='Microsoft Internet Explorer'?'yes':'no'; var certheight=screen.availHeight-90; window.open(this.href,'shopperapproved','location='+nonwin+',scrollbars=yes,width=620,height='+certheight+',menubar=no,toolbar=no'); return false;\">   <img src=\"https://www.shopperapproved.com/seals/1187-r.gif\" style=\"border: 0\" alt=\"\" oncontextmenu=\"var d = new Date(); alert('Copying Prohibited by Law - This image and all included logos are copyrighted by shopperapproved \251 '+d.getFullYear()+'.'); return false;\" /></a>"
    );

    var script = document.createElement("script");
    script.type = "text/javascript";
    script.src = "https://apis.google.com/js/plusone.js";
    $("head").append(script);
});


