function trackOutbound(link) {
	_gaq.push('_trackPageview','/outbound/'+link.href);
	setTimeout('document.location="' + link.href + '"',100);
}
