function writeEmail(strName,strDom,strSuffix,style){
	document.write('<a href=\"mailto:' + strName + '@' + strDom + '.' + strSuffix + '\" class=\"' + style + '\">');
	document.write(strName + '@' + strDom + '.' + strSuffix + '</a>'); 
}