// JavaScript Document
$(function() {
$('a[href$=".pdf"]').click(function(){
	loc = $(this).attr('href');
	pageTracker._trackPageview(loc);
	});
});	