function write_email(id)
{
	document.write('<a href="mailto:', id, '@iayc.org">', id, '@iayc.org</a>');
	return true;
}
