<!--
function writeEmail(sL_wE_id, sL_wE_dom, sL_wE_display_text) {
	sL_wE_display_text = (sL_wE_display_text) ? sL_wE_display_text : sL_wE_id + "@" + sL_wE_dom;
	document.write("<a href=\"mailto:" + sL_wE_id + "@" + sL_wE_dom + "\">" + sL_wE_display_text + "</a>");
}
// -->
