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="' + strRelativePathToRoot + 'index.html"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'files/Fringe_web_logo.jpg"';
				strHTML += ' alt="wedding planner south florida miami, event planner south florida miami, event coordinator south florida miami, quincianeras south florida miami, bar-mitzvahs south florida miami, bat-mitzvahs south florida miami, sweet sixteen south florida miami, corporate events south florida miami, destination wedding south florida miami, social events south florida miami, charities south florida miami, staging and decorating south florida miami, holiday decorating south florida miami, cultural weddings south florida miami, party planner south florida miami"';
				strHTML += ' border="0"';
				strHTML += ' width="448"';
				strHTML += ' height="207" >';
				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();


