jQuery(document).ready(function(e){

    jQuery('.track_download').click(function(e){
        var ref = '/Telechargements/PDF/'+jQuery(this).attr('ref');
        _gaq.push(['_trackPageview', ref]);
    });

});

