  // Send ajax request if a bookmark was clicked
  function bookmark ( data ) {
      new XHR({ method : 'post'}).send('index.php', 'eID=tx_spsocialbookmarks_pi1&data=' + data);
  }
  
   
