// <script type="text/javascript">
<!--  to hide script contents from old browsers

function contact(who, subj)
{
	hdr = unescape("%6D%61%69l%74o:")
	var at = ""
	var rval = false
    switch(who)
    {
        case "president":
        case "vp":
        case "treasurer":
        case "secretary":
        case "events":
        case "trailwork":
        case "webmaster":
        case "trailpatrol":
        case "thursdayride":
        {
		    at = unescape("%6Esn%65%6D%62a%2Eor%67")
	        break;
        }
        case "MTB-NorthShore":
        {
			at = unescape("y%61%68o%6F%67r%6Fups%2E%63%6F%6D")
	        break;
        }
        case "mike_in_salem":
        {
        	at = unescape("y%61h%6Fo%2Ec%6F%6D")
        	break;
        }
        case "dclick":
        {
        	at = unescape("z%6F%6Cl%2Ec%6F%6D")
        	break;
        }
    }
    if (at != "")
    {
		document.location.href = hdr + who + "%40" + at + "?subject=" + subj
		rval = true
    }
    return rval
}

// end hiding contents from old browsers  -->
// </script>