
function logoElementmaggiemillerhandpainted()
{
			
	
	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/images/website_logo1.jpg"';
				strHTML += ' alt="Maggie Miller - Hand Painted offers unique hand painted functional art to discriminating set designers, interior decorators and  homeowners who are looking for the perfect accent or statement to complete a mood or specific look or theme"';
				strHTML += ' border="0"';
				strHTML += ' width="240"';
				strHTML += ' height="174" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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