(function(a){a.fn.sfader=function(b,c){return this.each(function(){var d=a(this);d.children().eq(0).appendTo(d).show(),setInterval(function(){d.children().eq(0).hide().appendTo(d).fadeIn(c)},b)})}})(jQuery)
