$(function(){$('#sideimages').hide().fadeIn('slow');$('#sideimages').cycle({fx:'fade',speed:3000,timeout:8000,pause:1,random:1});$('#textsize .big').click(function(){$.cookie('vh_textsize','big');_gaq.push(['_trackEvent','Text size','Big']);});$('#textsize .small').click(function(){$.cookie('vh_textsize',null);_gaq.push(['_trackEvent','Text size','Small']);});});
