function print_email(a1) {
	var key="g5kAvDEQlw5hfKB43A489UeuCXQ4y3Qo8lsNZBmlRk3xp6WPc4CNx3dVIfIy";
	a1=unescape(a1);
	var t1 = "";
	var t2 = "";
	for (var i = 0; i < key.length; i++)
	{
		if (i < unescape(a1).length)
			t1 += String.fromCharCode(a1.charCodeAt(i)^key.charCodeAt(i));
		else
			a1 = t1;
	}
	document.write('<a href="mail\u0074o\u003a'+a1+'">'+a1+'<\/a>');

	//This shows you the text to put in your document.
	//document.write(escape(a1));
}
