﻿function mailpage()
{
  mail_str = "mailto:?subject=I think you will enjoy this from www.riverphonic.com";
  mail_str += "&body=You can view it at " + location.href; 
  location.href = mail_str;
}