function mailpage()
{
mail_str = "mailto:?subject= Video";
mail_str += "&body= %0D%0A %0D%0AI watched this video and thought it might be something you would be interested in taking a look at:%0D%0A %0D%0A";
mail_str += " " + parent.location.href;
location.href = mail_str;
}