$(document).ready(function(){
	$('a[@gaid]').click(function(){
		// Track in GA
		pageTracker._trackPageview($(this).attr('gaid'));
	});
});
