
function logoElementODDAALogo3()
{
			
	
	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="' + ''+ 'http://www.onedaydecorating.com/index.php?osCsid=431901c45e846dea9339c0df2d80a2ab"';
				strHTML += ' target="_blank" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'LOGO/oddaa_logo.gif"';
				strHTML += ' alt=""';
				strHTML += ' border="0"';
				strHTML += ' width="233"';
				strHTML += ' height="95" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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