$(document).ready(function() {
	$("a[href^='/resources']").each(function() {
		var href = $(this).attr('href');
		if (!href.match(/^http/i) && !href.match(document.domain) && href.match(/\.(doc|pdf|xls|ppt|zip|txt|vsd|vxd|js|css|rar|exe|wma|mov|avi|wmv|mp3)$/i)) {
			$(this).click(function() {
				pageTracker._trackPageview(href);
			});
		} 
	});	
});
