<!-- # // Anti-Spam email v. 1-->
       var prefix1 = "brett.spaid";
       var postfix1 = "spaidco.com";
			 var prefix2 = "brett.spaid";
       var postfix2 = "spaidco.com";
       var mto = "to:";
       var mmail = "mail";
			 document.write('<a href="' + mmail + mto + prefix1 + '@' + postfix1 + '">' + prefix2 + '@' + postfix2 + '</a>');
		