jQuery.noConflict();

;(function($) {
	$(function() {
		$('a').click(function(event) {
			event.preventDefault();
			link = $(this).attr('href');
		    _gat._getTrackerByName()._trackEvent('link', link);
		    setTimeout('document.location = "' + link + '"', 100);
		});
	});
})(jQuery);

;window._gaq = [['_setAccount','UA-9311267-5'],['_trackPageview'],['_trackPageLoadTime']]; Modernizr.load({ load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js' });
















