$(function() {
    $(".download").click(function() {
        _gaq.push(['_trackEvent', 'Download', $(this).attr("name")]);
    });
});

