function writeAddress(a1, a2, a3, a4) 
{
	document.write('<a href="mailto:'+a1+a2+'@'+a3+a4+'">'+a1+a2+'@'+a3+a4+'</a>');
}  
