if (typeof(_gat) == 'object')
{
	var pageTracker = _gat._getTracker("UA-22798423-1");
	
	function recordOutboundLink(link, category, action) {
		//var thing = link.href + " target='_blank'";
		//alert(thing);
		_gat._getTrackerByName()._trackEvent(category, action);
		setTimeout(window.open(link.href,'window') , 100);
	}

}

