$name="aravind"; $domain="ai.sri.com"; 
$email = $name + "@" + $domain; 
document.write("<a href=\"mailto:" + $email + "\">" + $email + "</a>");
