/**
 * @package 2bit_danbettles_net
 * @copyright Copyright (c) 2010, Dan Bettles 
 * @author Dan Bettles <dan@danbettles.net>
 */

jQuery(function () {
    jQuery('a.download').click(function () {
        pageTracker._trackPageview('/download/' + jQuery.trim(jQuery(this).find('span').html()));
    });
});
