$(function() {
	$("a[href*='http://']:not([href*='"+window.location.hostname+"'])").click(function() {
		if (pageTracker) {
			pageTracker._trackEvent('Outbound Links', $(this).context.hostname, $(this).attr('href'));
		}
	});
});
