$(document).ready(function() {
	$('.looper').cycle({timeout : 7000});
	$('#content.home h1').animate({'height' : '150px'}, {'queue' : true, 'complete' : function() { $('#content.home h1 span').text($('ul.info-blurbs li:first-child span').text()).fadeIn('slow', function() { $('ul.info-blurbs li:first-child').fadeIn();$('#content.home .nav').fadeIn('slow'); $('ul.info-blurbs').cycle({before : function() { $('#content.home h1 span').text($(this).find('span').text()); }, timeout : 7000}) }); }});
});

