$(function()     
	{	
		// add tooltips apply to all images within #content .datatable
		$("a[href$=pdf]").tooltip({showURL: false, delay: 0, top:0}).attr('target', '_blank').click(function(){_gaq.push(['_trackPageview', 'outgoing-links' + $(this).attr("href")]);});
	}
);