<!--
	var dn = "www.QuickApply.com";
	var o = "Your information is SECURE at QuickApply!";
	var baseURL = "https://seal.starfieldtech.com:443";
	var flashinstalled = 0;
	var flashversion = 0;
	MSDetect = "false";
	if (navigator.plugins && navigator.plugins.length)
	{
		x = navigator.plugins["Shockwave Flash"];
		if (x)
		{
			flashinstalled = 2;
			if (x.description)
			{
				y = x.description;			
				flashversion = y.charAt(y.indexOf('.')-1);
			}
		}
		else
			flashinstalled = 1;
		if (navigator.plugins["Shockwave Flash 2.0"])
		{
			flashinstalled = 2;
			flashversion = 2;
		}
	}
	else if (navigator.mimeTypes && navigator.mimeTypes.length)
	{
		x = navigator.mimeTypes['application/x-shockwave-flash'];
		if (x && x.enabledPlugin)
			flashinstalled = 2;
		else
			flashinstalled = 1;
	}
	else
		MSDetect = "true";

	document.write('<SCR' + 'IPT LANGUAGE="VBScript"> \n');
	document.write('on error resume next \n');
	document.write('If MSDetect = "true" Then \n');
	document.write('For i = 2 to 6 \n');
	document.write('If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i))) Then \n');
	document.write('Else \n');
	document.write('flashinstalled = 2 \n');
	document.write('flashversion = i \n');
	document.write('End If \n');
	document.write('Next \n');
	document.write('End If \n');
	document.write('If flashinstalled = 0 Then \n');
	document.write('flashinstalled = 1 \n');
	document.write('End If \n');	
	document.write('</SCR' + 'IPT> \n');

/*	if ((flashinstalled == 2) && (flashversion >= 5) && (self == top))
	{
		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="120" height="75" id="sitesealgd_p_small" align="middle">');
document.write('<param name="movie" value="' + baseURL + '/flash/sitesealgd_p_small.swf?companyName=' + dn + ' - ' + o + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#333333" />');
document.write('<embed src="' + baseURL + '/flash/sitesealgd_p_small.swf?companyName=QuickApply' + dn + ' - ' + o + '" quality="high" bgcolor="#333333" width="120" height="75" name="sitesealgd_p_small" align="middle" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
	
	}
	else
	{*/
		document.write('<img style="cursor:pointer;cursor:hand" src="/img/secured-site_blue.gif" onclick="verifySeal();">');
	//}
	
	function verifySeal()
	{
		var url = baseURL + '/verifySeal?sealID=176084874901d709a512710004c4fa8b17f7905818233662572477725';		
		window.open(url,'SealVerfication','location=yes,status=yes,resizable=yes,scrollbars=yes,width=650,height=550');
	}
// -->