<!--
function mailpage() {
  mail_str = "mailto:?subject=Story of interest: " + document.title;
  mail_str += "&body=Found this on PS News.%0D%0D"
  mail_str += "Thought you%27d be interested.%0D%0D"
  mail_str += "Open: " +location.href; 
  location.href = mail_str;
}
//-->
