/*
	add analytics tracking to all PDF downloads
*/

	// menu page
	$('#menu-list a').click(function() { alert($(this).attr('href')); });

