<!--
// 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 = 'wytec4213.org';
	} else {
		emailServer = thisServer;
	}
	document.write("<A HREF=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</A>"); };
	
function protectTo(emailName,thisServer){
	if (thisServer == null){
		emailServer = 'wytec4213.org';
	} else {
		emailServer = thisServer;
	}
	document.write("<A HREF=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + "mai" + "lto:" + emailName + "&#64;" + emailServer +"</A>"); };
 //-->
