<!--
// protected email script by Jeff Sanders - http://www.randomactsdesign.com
// original script by Joe Maller - http://www.joemaller.com
// this script is free to use and distribute
// but please give credit
function protect(emailName,thisServer){
	if (thisServer == null){
		emailServer = '';
	} else {
		emailServer = thisServer;
	}
	document.write("<A HREF=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</A>"); }
 //-->
