// Google Analytics outbound link tracking (with a delay): http://goo.gl/qmr6e
function recordOutboundLink(link, category, action) {
try {
	var myTracker=_gat._getTrackerByName();
	_gaq.push(['myTracker._trackEvent', ' + category + ', ' + action + ']);
	setTimeout('document.location = "' + link.href + '"', 100)
	}catch(err){}
}

// Google's web font loader; http://code.google.com/intl/de/apis/webfonts/docs/webfont_loader.html
WebFontConfig = {
		google: { families: [ 'OFL Sorts Mill Goudy TT' ] }
};
(function() {
	var wf = document.createElement('script');
	wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
	'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
	wf.type = 'text/javascript';
	wf.async = 'true';
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(wf, s);
})();
