function writeEmailAddress(sname,sdomain){
document.write('<a href=\"mailto:'+sname+'@'+sdomain+'\">'+sname+'@'+sdomain+'</a>')
}