
function write_stuff(a,b,c)
{
document.write('<a href="mai' + 'lto:' + a + '&#64;' + b + '&#46;' + c + '">');
document.write(a + '&#64;' + b + '&#46;' + c + '</a>');
}

