$(document).ready(function(){

  $('a.linkVymena').click(function() {
    $.ajax(
    {
      url: www_root + '/lib/im/action.php',
      cache: false,
      data: "group=linkClick&id=" + $(this).attr('id').replace('link_', '')
    });
    
  });

});
