<!--
// 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){
emailServer='packerlandmortgagepros.com'
	document.write("<A HREF=" + "'mailto:" + emailName + "@" + emailServer + "'>" + emailName + "@" + emailServer +"</A>"); }
//-->