/************************************************************************/
/* EPOC JAVASCRIPT ROUTINES                
/************************************************************************/

// EMAIL LINK




function mailThisUrl() {
u = window.location;
m = "Link to Australian Satellite of the Cochrane Group web page";
    // the following expression must be all on one line...
    window.location = "mailto:"+"?subject="+m+"&body="+document.title+" "+u;
  }