function logoElementHealthClubs()
{
	if (navigator.userAgent.indexOf('Mozilla/3') != -1)
	{
	document.write('Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.');
	}
	else
	{
	var strHTML = '';
	strHTML += '<a href="' + strRelativePathToRoot + 'index.html" target="" >';
	strHTML += '<img src="' + strRelativePathToRoot + 'publishImages/logo_HealthClubsA.jpg?1327978449872" width="641" height="73" alt="" border="0" >';
	strHTML += '</a>';
	document.write(strHTML);
	}
}
function netscapeDivCheckHealthClubs()
{
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
	if ( (strAppName == 'Netscape') &&
	(appVer >= 4.0 && appVer < 5) ) { document.write('</DIV>');
	}
}

logoElementHealthClubs();
netscapeDivCheckHealthClubs();

