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