function murl(t) {
	t = t.replace(/_xyz_/, "@");
	t = t.replace(/_abc_/, ".");
	location.href='mailto:'+t;
}
