/* =================================================================================================
 * ZenEmail
 * ============================================================================================== */
	<!--
	coded = "XYR"
		key = "Qj1nqoRNupmaJVOPxhTLzwMX9IlciDftFv7GU4r206dCZBWky583AeHSYgEbKs"
		shift=coded.length
		showname=""

		for (i=0; i<coded.length; i++) {
			if (key.indexOf(coded.charAt(i))==-1) {
				ltr = coded.charAt(i)
				showname += (ltr)
				}
			else {     
				ltr = (key.indexOf(coded.charAt(i))-shift+key.length) % key.length
				showname += (key.charAt(ltr))
				}
 		}

	var showimage = "<img alt='zenseeker [at] hotmail [dot] com' src='EmailImage.gif' align='absBottom' border='0' width='148' height='16'";
	var showdestiny = "seeker";
	var showhost = "%68%6F%74mail%2Ecom";

	document.write("<a href=" + "Ma" + "il" + "to:" + showname + showdestiny + "%40" + showhost + ">" + showimage +  " OnMouseover='window.status=&#039;Email Zen Seeker&#039;;return true' onmousedown='window.status=&#039;Email Zen Seeker&#039;;return true' OnMouseout='window.status=&#039; &#039'" + ">" + "</" + "a>")
	-->