// Display popup window for Network Solutions seal
function SiteSeal(img,type)
{
	if(window.location.protocol.toLowerCase()=="https:"){var mode="https:";} else {var mode="http:";}
	var host=location.host;
	var baseURL=mode+"//seals.networksolutions.com/siteseal_seek/siteseal?v_shortname="+type+"&v_querytype=W&v_search="+host+"&x=5&y=5";
	document.write('<a href="#" rel="nofollow" onClick=\'window.open("'+baseURL+'","'+type+'","width=450,height=500,toolbar=no,location=no,directories=no,\
	status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");return false;\'>\
	<img src="'+img+'" height="79px" width="79px" style="border:none;" oncontextmenu="alert(\'This SiteSeal is protected\');return false;"></a>');
}

// Display popup window for PayPal seal
function paypalSeal(img,type)
{
	if(window.location.protocol.toLowerCase()=="https:"){var mode="https:";} else {var mode="http:";}
	var host=location.host;
	var baseURL=mode+"//www.paypal.com/us/verified/pal=customercare%40familyleisure.com";
	document.write('<a href="#" rel="nofollow" onClick=\'window.open("'+baseURL+'","'+type+'","width=800,height=525,toolbar=no,location=no,directories=no,\
	status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");return false;\'>\
	<img src="'+img+'" height="100px" width="100px" style="border:none;" oncontextmenu="alert(\'This seal is protected\');return false;"></a>');
}