function mlg(who,where) {
	where = (where) ? where : location.hostname.replace(/\w+.(.*)/,'$1');
	location = 'mailto:'+who+'@'+ where;
}
function mld(who,where) {
	parms = '\''+who+'\''+((where) ? (',\''+where+'\''):'');
	where = (where) ? where : location.hostname.replace(/\w+.([^.]+)\.(\w+)/,'$1&#46;$2');
	document.write('<a href="javascript:;" onclick="mlg('+parms+')">'+who+'&#64;'+where+'</a>');
}
