function SureSeal(img,SureID){
if(window.location.protocol.toLowerCase()=="https:"){var mode="https:";} else {var mode="http:";}
mode="https:";
var host=location.host;
var baseURL=mode+"//sureseal.ph/verify.asp?id=" + SureID;
var imgURL=mode+"//sureseal.ph/seal" + img + ".asp";
document.write('<table><tr><td align="center"><a href="#" onClick=\'window.open("'+baseURL+'","SureSeal","width=600,height=700,toolbar=no,location=no,directories=no,\
status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes");return false;\'>\
<img src="'+imgURL+'" style="border:none;" oncontextmenu="alert(\'This Sure Seal is copyright protected\');return false;"></a> <img src="https://www.islandrose.net/images/clickhere.gif" width="64" height="70">\<br></td></tr></table>');}

