
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="' + ''+ '<table width=\'135\' border=\'1\' cellspacing=\'0\' cellpadding=\'0\' bordercolor=\'#CCCCCC\'><tr> <td><table width=\'135\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\' bgcolor=\'#FFFFFF\'><tr> <td align=\'center\' bgcolor=\'#FFFFFF\'><img src=\'http://www.nextdaypets.com/newimages/IDVerify-White-LG.gif\' width=\'110\' height=\'40\'></td></tr><tr> <td height=\'15\' align=\'center\' nowrap bgcolor=\'#FFFFFF\' style=\'font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #996699;font-weight: none;\'>BY NEXTDAY<a href=\'http://www.nextdaypets.com\' style=\'font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #996699;font-weight: none;text-decoration:none;\'>PETS</a>.COM</td></tr><tr> <td height=\'20\' align=\'center\' nowrap bgcolor=\'#FFFFFF\' style=\'font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;font-weight: bold;color: #6cb434;\'><a href=\'http://www.nextdaypets.com/directory/dogs/uid/867953.aspx\' style=\'font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;font-weight: bold;color: #6cb434;text-decoration:underline;\'>VIEW MY DOGS</a></td></tr></table></td></tr></table>"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'publishImages/logo_logoA.jpg"';
				strHTML += ' alt=""';
				strHTML += ' border="0"';
				strHTML += ' width="123"';
				strHTML += ' height="164" >';
				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();
	
