
function logoElementLogo2()
{
			
	
	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 + 'publishImages/logo_Logo2A.jpg"';
				strHTML += ' alt="<!--START  - Do not edit this code!--><table width=\'447\' cellpadding=\'0\' cellspacing=\'0\' border=\'0\' style=\'background-repeat:no-repeat\' background=\'http://www.nextdaypets.com/newimages/bg_link_breed.gif\'><tr><td width=\'136\' height=\'106\'></td><td valign=\'top\'><table width=\'202\' cellpadding=\'0\' cellspacing=\'0\' border=\'0\'><tr><td height=\'22\' align=\'right\' style=\'font-family: Arial, Verdana;font-size: 12px;color: #78B855;font-weight: bold;\' valign=\'bottom\'><a href=\'http://www.nextdaypets.com/\' style=\'font-family: Arial, Verdana;font-size: 12px;font-weight: bold;color: #78B855;text-decoration: none;cursor: text;\'>Dogs</a> & <a href=\'http://www.nextdaypets.com/directory/dogs/sale/\' style=\'font-family: Arial, Verdana;font-size: 12px;font-weight: bold;color: #78B855;text-decoration: none;cursor: text;\'>Puppies</a> - Next Day <a href=\'http://www.nextdaypets.com/\' style=\'font-family: Arial, Verdana;font-size: 12px;font-weight: bold;color: #78B855;text-decoration: none;cursor: text;\'>Pets</a></td></tr><tr><td height=\'8\'></td></tr><tr><td align=\'center\' width=\'202\' height=\'15\'><a href=\'http://www.nextdaypets.com/directory/breeds/1100050/\' style=\'font-family: Arial, Verdana;font-size: 9px;color: #000000;text-decoration: underline;cursor: hand;\' title=\'Boxer\'>Boxer</a></td></tr>				<tr><td align=\'center\' width=\'202\' height=\'15\'><a href=\'http://www.nextdaypets.com/directory/dogs/sale/1100050/\' style=\'font-family: Arial, Verdana;font-size: 9px;color: #000000;text-decoration: underline;cursor: hand;\' title=\'Boxer Puppies\'>Boxer Puppies</a></td></tr><tr><td height=\'10\'></td></tr><tr><td height=\'12\' align=\'right\' style=\'font-family: Arial, Verdana;font-size: 7px;\'><a href=\'http://www.nextdaypets.com/directory/pet_supplies/\' style=\'font-family: Verdana, Arial;font-size: 8px;color: #666666;text-decoration: none;cursor: text;\'>Pet Supplies</a>&nbsp;&nbsp;&nbsp;<a href=\'http://www.nextdaypets.com/directory/pet_supplies/dog_supplies/\' style=\'font-family: Verdana, Arial;font-size: 8px;color: #666666;text-decoration: none;cursor: text;\'>Dog Supplies</a>&nbsp;&nbsp;&nbsp;<a href=\'http://www.nextdaypets.com/directory/breeds/\' style=\'font-family: Verdana, Arial;font-size: 8px;color: #666666;text-decoration: none;cursor: text;\'>Dog</a>&nbsp;&nbsp;&nbsp;<a href=\'http://www.nextdaypets.com/directory/pet_supplies/go/dog_Beds_110001/\' style=\'font-family: Verdana, Arial;font-size: 8px;color: #666666;text-decoration: none;cursor: text;\'>Dog Beds</a></td></tr></table></td><td width=\'106\' align=\'center\' valign=\'middle\'><img src=\'http://www.nextdaypets.com/directory/breeds/images/t_1100050.gif\' width=\'80\' height=\'80\'></td><td width=\'3\'></td></tr></table><!--END - Do not edit this code-->"';
				strHTML += ' border="0"';
				strHTML += ' width="417"';
				strHTML += ' height="131" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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