
function logoElementBNM()
{
			
	
	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="' + strRelativePathToRoot+ 'contact.html"';
				strHTML += ' target="_self" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'BNM_Logo.gif"';
				strHTML += ' alt="Find all the news your looking for here at Best news in America.Com View news from around the country use our great selection of local news links in your area. Find local weather news. Sports Travel and Financial news just one click away. Best News in America.com"';
				strHTML += ' border="0"';
				strHTML += ' width="187"';
				strHTML += ' height="92" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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