// JavaScript Document
	function SetMailLink (mail, obj) {            
		var objid = obj.id;
		mail = mail.replace(" {at} ", "@");
		mail = mail.replace(/ {dot} /g, ".");

		document.getElementById(obj).href = "mailto:"+mail;
	}
	function UnsetMailLink (obj) {
		document.getElementById(obj).href = "index.php";
	}
	
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-426228-1");
pageTracker._trackPageview();
} catch(err) {}
