$(document).ready(function(){setTimeout('updateCarousel()',7000);$('div.carousel ul').each(function(){if(!this.i)this.i=1;this.length=$(this).children().length});$('div.carousel ul').mouseover(function(){this.active=2});$('div.carousel ul').mouseout(function(){this.active=1});$('div.carousel ul').click(function(){$(this).animate({marginLeft:-420*(this.i++%this.length)})})});var updateCarousel=function(){$('div.carousel ul').each(function(){if(!this.active)this.active=1;if(this.active==1){$(this).animate({marginLeft:-420*(this.i++%this.length)})}});setTimeout('updateCarousel()',7000)}

