
function logoElementlogo()
{
			
	
	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/people/Gina-Callei/1368918894&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;Gina Callei&quot;>Gina Callei</a><span style=&quot;font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: #555555; text-decoration: none;&quot;>&nbsp;|&nbsp;</span><a href=&quot;http://www.facebook.com/badges/&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;>Create Your Badge</a><br/><a href=&quot;http://www.facebook.com/people/Gina-Callei/1368918894&quot; target=&quot;_TOP&quot; title=&quot;Gina Callei&quot;><img src=&quot;http://badge.facebook.com/badge/1368918894.1144.1532289267.png&quot; width=&quot;360&quot; height=&quot;122&quot; style=&quot;border: 0px;&quot; /></a><!-- Facebook Badge END -->"';
				strHTML += ' target="_self" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_logoA.jpg"';
				strHTML += ' alt=""';
				strHTML += ' border="0"';
				strHTML += ' width="805"';
				strHTML += ' height="79" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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