<!-- hide

function writemail(user,domain,words)
{
document.write('<a href="mailto:' +user+'@'+domain+'">'+words+'<\/a>')
}

// stop hiding-->