$(function(){$('aside, article').hide();$('#holder > header').hide().fadeIn('fast',function(){$('aside, article').fadeIn('slow');});$('.mainimage').cycle({fx:'fade',speed:8000,timeout:12000,pause:1,random:1});$('#textsize .big').click(function(){$.cookie('tc_textsize','big');_gaq.push(['_trackEvent','Text size','Big']);});$('#textsize .small').click(function(){$.cookie('tc_textsize',null);_gaq.push(['_trackEvent','Text size','Small']);});$('#effect-fade img').animate({left:-1184},1200,function(){$('#effect-fade').remove();});$('#print').hover(function(){$(this).stop().fadeTo(300,0.5);},function(){$(this).stop().fadeTo(300,1);}).click(function(){window.print();});});
