


		


		
		


		
<!--
	var seal_minFlashVersion = 5;
	var seal_maxFlashVersion = 10;
	var seal_useFlash = false;
	var seal_isIE = false;
	
	seal_detectFlash();
	
	// the following VBScript can only access global JavaScript variables
	
	document.write('<SCR' + 'IPT LANGUAGE="VBScript"> \n');
	document.write('on error resume next \n');
	document.write('If seal_isIE Then \n');
	document.write('For i = seal_minFlashVersion to seal_maxFlashVersion \n');
	document.write('  If IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i)) Then \n');
	document.write('    seal_useFlash = true \n');
	document.write('    Exit For \n');
	document.write('  End If \n');
	document.write('Next \n');
	document.write('End IF \n');
	document.write('</SCR' + 'IPT> \n');
		
	seal_installSeal();
	
	function seal_detectFlash() {
		var resellerId = "1";
		var sealVersion = "0";
		var useFlashPref = "true";
		
		if (useFlashPref == "true" && (resellerId == "1" || sealVersion == "0") && self == top) {
			if (navigator.plugins && navigator.plugins.length) {
				var plugin = navigator.plugins["Shockwave Flash"];
				if (plugin && plugin.description.substring("Shockwave Flash ".length, plugin.description.indexOf('.')) >= seal_minFlashVersion)
					seal_useFlash = true;
			}
			else if (navigator.mimeTypes && navigator.mimeTypes.length) {
				var mimeType = navigator.mimeTypes["application/x-shockwave-flash"];
				if (mimeType && mimeType.enabledPlugin)
					seal_useFlash = true;
			}
			else
				seal_isIE = true;
		}
	}
	
	function seal_installSeal() {
		var commonName = "secure.bowties.com";
		var org = "secure.bowties.com";
		var resellerId = "1";
		var sealVersion = "0";
		var isEV = "false";
		var requiresFilter = "false";
		var sealName = "siteseal_gd_0_h_s_dv";
		var flashUrl = "https://seal.godaddy.com:443/flash/0/siteseal_gd_0_h_s_dv.swf";
		var imageUrl = "https://seal.godaddy.com:443/images/0/siteseal_gd_0_h_s_dv.gif";
		var sealWidth = "100";
		var sealHeight = "60";
		var sealType = "dv";
		
		if (seal_useFlash) {
			document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="' + sealWidth + '" height="' + sealHeight + '" id="' + sealName + '" align="middle">');
			document.write('<param name="movie" value="' + flashUrl);
			
			if (sealVersion == "0" && sealType == "dv")
				document.write('?domainName=' + commonName + '&color=000000');
			else if (sealVersion == "0" && (sealType == "iv" || sealType == "ev"))
				document.write('?companyName=' + commonName + ' - ' + org);
				
			document.write('" />');
			document.write('<param name="quality" value="high" />');
			document.write('<param name="AllowScriptAccess" value="always" />');
			
			if (sealVersion == "0" && (sealType == "iv" || sealType == "ev"))
				document.write('<param name="bgcolor" value="#333333" />');
			else
				document.write('<param name="wmode" value="transparent" />');
				
			document.write('<embed src="' + flashUrl);
			
			if (sealVersion == "0" && (sealType == "iv" || sealType == "ev"))
				document.write('?companyName=' + commonName + ' - ' + org + '" bgcolor="#333333"');
			else {
				if (sealVersion == "0" && sealType == "dv")
					document.write('?domainName=' + commonName + '&color=000000');
				document.write('" wmode="transparent"');
			}
			
			document.write(' quality="high" width="' + sealWidth + '" height="' + sealHeight + '" name="' + sealName + '" align="middle" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" AllowScriptAccess="always" />');
			document.write('</object>');
		}
		else if (requiresFilter == "true" && document.body && document.body.filters)
			document.write('<span style="display:inline-block;cursor:pointer;cursor:hand;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + imageUrl + '\', sizingMethod=\'crop\');width:' + sealWidth + 'px;height:' + sealHeight + 'px;" onclick="verifySeal();"></span>');
		else
			document.write('<img style="cursor:pointer;cursor:hand" width="' + sealWidth + '" height="' + sealHeight + '" src="' + imageUrl + '" onclick="verifySeal();"/>');
	
		if (isEV == "true") {
			if (resellerId == "1")
				document.write('<img src="https://evbeacon.godaddy.com/images/spacer.gif"/>');
			else
				document.write('<img src="https://evbeacon.starfieldtech.com/images/spacer.gif"/>');
		}
	}
	
	function verifySeal() {
		var bgHeight = "433";
		var bgWidth = "536";
		var url = "https://seal.godaddy.com:443/verifySeal?sealID=16032539190258e474a1012008d2ebdf47beb9426491616345658824102";
		window.open(url,'SealVerfication','location=yes,status=yes,resizable=yes,scrollbars=yes,width=' + bgWidth + ',height=' + bgHeight);
	}
// -->



	

	
