
$(document).ready(function(){
	$('*[href$=".pdf"]').click(function(){
		pageTracker._trackPageview(this.pathname);
	});
})
