/* -------------------------------------------------------------- */
/* --  Copyright 2007 Convinsys, Inc.     All rights reserved. -- */
/* --  Doug Foster dfoster@convinsys.com   last update 5/19/07 -- */
/* -------------------------------------------------------------- */

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' + '>');
}
