function emailThisPage() {
  var tmp = "";
  tmp += "mailto:?subject=Here\'s a link I thought you might like to see";
  tmp += "&body=See it at " + location.href;
  location.href = tmp;
}