$(window).load(function(){
	
	$('.tracked-download').click(function(){
		_gaq.push(['_trackPageview', $(this).attr('href')]);
	});
	
});
