<!--
u = window.location;
s = "I thought this might interest you ...";
function mailThisUrl() {
  // the following expression must be all on one line
  window.location = "mailto:"+"?subject="+s+"&body="+document.title+" "+u;
}
// -->

