function sendAfriend(){
  var strBody = "Hi, I thought you'd be interested in this great website for garage shelving, workstations and cabinets,  Here's a link..."+window.location;
  var strSubject = "Check Out GaragePals.com.";
  window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
