
function logoElementarcheryshop()
{
			
	
	if (navigator.userAgent.indexOf("Mozilla/3") != -1)
	{
		var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
		document.write(msg);
	}
	else 
	{
		
		var strHTML = '';

				strHTML += '<a  href="' + ''+ 'http://www.thehuntersarcheryshop.com"';
				strHTML += ' target="_self" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_archeryshopA.jpg"';
				strHTML += ' alt="featuring Alpine Archery Bow & Accessories!"';
				strHTML += ' border="0"';
				strHTML += ' width="112"';
				strHTML += ' height="150" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

		
function netscapeDivCheckarcheryshop()
{
	
				 			
				
				
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
								
	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {  
		document.write("</DIV>");
	}
}
			
			
		
logoElementarcheryshop();
			
		
netscapeDivCheckarcheryshop();
	
