function email_link(recipient){
  var startLink = 'mailto:'+recipient+'[/*]steelpencil.com';
  window.location = startLink.replace('[/*]','@');
}

