$(function(){ $('#header_images img:gt(0)').hide(); setInterval(function(){ $('#header_images :first-child').fadeOut(2000) .next('img').fadeIn(4000) .end().appendTo('#header_images');}, 8000); });
