﻿function mail_writer(name,domain)
{
	document.write('<a href="mailto:'+name+'&#064;'+domain+'">'+name+'&#064;'+domain+'</a>');
}