$(document).ready(function() {
	$('.header-logo').click(function() {
  		window.location.href = '/';
});
	if ($('#tabs')) {
			$(function() {
		$( "#tabs" ).tabs();
	});
	}
});

function home_animation() {
	$(document).ready(function() {
	$('.header').css('display','none');
	$('.wrapper').css('display','none');
	$('.header-logo').click(function() {
  		window.location.href = '/';
});
	$('.header').fadeIn(4000);
	$('.wrapper').fadeIn(4000);
});


}

function recordOutboundLink(link, category, action) {
    _gat._getTrackerByName()._trackEvent(category, action);
    setTimeout('document.location = "' + link.href + '"', 100);
  }

