<!-- Hide from JavaScript-Impaired Browsers

function DisplayEmailAddress()
{
	var user = "webmaster";
	var domain = "olympiamountaineers.org";
	var mail = user + "@" + domain;
	var message = "Webmaster";

	document.write("<p class=ctext>If you have any questions about this site contact the <a href=\"mailto:" + mail + "\" title=\"email the webmaster\">" + message + "</a></p>");
}

// -- end hiding -->
