
function logoElementLogo3()
{
			
	
	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+ 'index.html"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_Logo3B.jpg"';
				strHTML += ' alt="Best News In America , local, regional, national and international news. Read the latest top news stories and breaking news in America and the world on Best news in america.comHere you will find all the best news in america at anytime.Local News,Sports Employment,Financial,Entertainment,Horoscopes,Cartoons and Travel news.Updated news stories everyday.Comprehensive coverage of current daily and breaking news articles, continually updated from top newspaper and news sites on the web."';
				strHTML += ' border="0"';
				strHTML += ' width="900"';
				strHTML += ' height="200" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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