function Email(stName,stDomain){
	document.writeln('<a href="mailto:',stName,'@',stDomain,'">',stName,' @&nbsp;',stDomain,'</a>');
}