﻿$(function () {
	//Track downloads (anything in the /files/ folder)
	$('a[href^="/files/"]').click(function () {
		pageTracker._trackEvent('Files', 'Downloaded', $(this).attr('href'));
	});
});
