function writeEMail(prefix,domain)
{
	document.write('<a href=\'mailto:'+prefix+'@'+domain+'\'>');document.write(prefix+'@'+domain+'</a>');
}

