function Sendit(){
  var thispage=location.href;
  var pagename=prompt("Send this link to a friend. Enter the email address here.","");
  //window.open("mailto:"+pagename+"?Subject=From Connection Corner.="+thispage,"_self");
  window.open("mailto:"+pagename+"?Subject=From www.connectioncorner.net &body=I thought you might be interested in: "+thispage,"_self");

  } 
