function writeEmail(emAddress, emLabel) {
	emDomain="mac.com";                                                          
	document.write("<a href=mailto:" + emAddress + "@" + emDomain + ">" + emLabel + "</a>");
}