$(document).ready( function(){
	$('a[href*=.pdf],[href*=.doc],[href*=.xls],[href*=.ppt],[href*=.docx],[href*=.xlsx],[href*=.pptx]').click(
		function () {
			_gaq.push(['_trackPageview', '/'+$(this).attr("href")]);
			}
		);
});

