
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="' + ''+ '<!-- Facebook Badge START --><a href=&quot;http://www.facebook.com/pages/Milwaukee-WI/EmBARK-Pet-Spa/341676319019&quot; target=&quot;_TOP&quot; style=&quot;font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;&quot; title=&quot;EmBARK! Pet Spa&quot;>EmBARK! Pet Spa</a><br/><a href=&quot;http://www.facebook.com/pages/Milwaukee-WI/EmBARK-Pet-Spa/341676319019&quot; target=&quot;_TOP&quot; title=&quot;EmBARK! Pet Spa&quot;><img src=&quot;http://badge.facebook.com/badge/341676319019.5538.238055480.png&quot; width=&quot;120&quot; height=&quot;250&quot; style=&quot;border: 0px;&quot; /></a><br/><a href=&quot;http://www.facebook.com/business/dashboard/&quot; target=&quot;_TOP&quot; style=&quot;font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;&quot; title=&quot;Make your own badge!&quot;>Promote Your Page Too</a><!-- Facebook Badge END -->"';
				strHTML += ' target="_self" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_Logo1A.jpg"';
				strHTML += ' alt="   EmBARK! "';
				strHTML += ' border="0"';
				strHTML += ' width="446"';
				strHTML += ' height="161" >';
				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();
	
