function logoElementBottomLeaderBoard728x90()
{


	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://click.linksynergy.com/fs-bin/click?id=WXOsfJ8L4EI&offerid=116095.10002256&type=3&subid=0"';
				strHTML += ' target="_blank" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'CDN_Mall_728x90.jpg"';
				strHTML += ' alt=""';
				strHTML += ' border="0"';
				strHTML += ' width="728"';
				strHTML += ' height="90" >';
				strHTML += '</a>';


		document.write(strHTML);
	}
}


function netscapeDivCheckBottomLeaderBoard728x90()
{




	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);

	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {
		document.write("</DIV>");
	}
}



logoElementBottomLeaderBoard728x90();


netscapeDivCheckBottomLeaderBoard728x90();


