// JavaScript Document

  function sendToFriend()
  {
    window.location.href = "mailto:?subject=Reece Media Centre&body=Check out this movie in the Reece Media Centre - "+window.location.href;
  }
  
