<!--
function mung_it(root, dom, name, display) {
	displayed=(typeof(display)=='undefined') ? name+'@'+dom+'.'+root : display;
	document.write('<' + 'a ' + 'hre' + 'f="m' + 'ail' + 'to:' + name + '@' + dom + '.' + root + '">' + displayed +
		'</' + 'a' + '>');
}
// -->
