// JavaScript Document

function Mail(box,domain) {
   document.write("<a href=\"mailto:"+box+"@"+domain+"\">"+box+"@"+domain+"</a>"); }
