$(document).ready(function(){
	$('a').filter(function() {
		return this.hostname && this.hostname !== location.hostname
	}).click(function(){
		_gaq.push(['_trackPageview', '/click/->' + encodeURI($(this).attr('href'))]);
	});
});

