function writemail(s1,s2) {
 document.write('<a href="mai'+'lto:'+s1+'@'+s2+'">'+s1+'@'+s2+'</a>');
}

