
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="' + strRelativePathToRoot+ 'index.html"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'files/QuickSiteImages/GrantSourceLogo-2.jpg"';
				strHTML += ' alt="nonprofit training, nonprofit consulting, non profit design, grant writing company, Grant Writing, grant writing training, grant writing classes, grant writing, nonprofit grants, how to write grants, how to write a grant proposal, how to write a grant, grant writing workshop, grant writing tips, writing grant proposals, writing a grant, form a non profit, start a non profit, starting a non profit, personal grant, grant writing class, how to write grants, how to write a grant request, grant to start a business, ideas for fundraising, easy fundraising, fundraiser ideas, nonprofit resources, nonprofit consulting, non profit fundraising ideas, non profit fundraising"';
				strHTML += ' border="0"';
				strHTML += ' width="300"';
				strHTML += ' height="100" >';
				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();
	
