$j=jQuery.noConflict();



$j(function(){
    $j('#fpani img:gt(0)').hide();
    setInterval(function(){
      $j('#fpani :first-child').fadeOut().next('img').fadeIn().end().appendTo('#fpani');}, 3000);

});












