function sendAfriend(){
  var strBody = "Hi, I thought you'd be interested in this great website with gold and diamond jewelry at bargain prices,  Here's a link..."+window.location;
  var strSubject = "Check Out WhisperingGold.com.";
  window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
