
function logoElementLogo1()
{
			
	
	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.airporttaxivan.com"';
				strHTML += ' target="_self" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_Logo1A.jpg"';
				strHTML += ' alt="Airport taxi and van taxi services metropolitan areas zip codes: 14604, 14605, 14606, 14607, 14608, 14609, 14610, 14611, 14612, 14613, 14614, 14615, 14616, 14617, 14618, 14619, 14620, 14621, 14622, 14623, 14624, 14625, 14626, 14414, 14420, 14423, 14425, 14428, 14445, 14450, 14464, 14467, 14468, 14469, 14472, 14482, 14502, 14506, 14511, 14514, 14519, 14526, 14534, 14543, 14546, 14564, 14580, "';
				strHTML += ' border="0"';
				strHTML += ' width="718"';
				strHTML += ' height="118" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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