$(document).ready(function() {

  $("a[href=mailto:costabenidorm@gmail.com]").click(function(event) {
    var href = $(this).attr("href");
    $(this).attr("href", href + "?bcc=amsterdamwebsolutions@gmail.com");
  });

});
