(function(a){var c={};var b=function(f,g,e){c[e].current=f||g.find("> *:first");c[e].next=c[e].current.next();var d;if(c[e].current.is(":last-child")){d=true;c[e].next=g.find("> *:first")}setTimeout(function(){c[e].next.fadeIn(c[e].fade);c[e].current.fadeOut(c[e].fade,function(){if(d){b(null,g,e)}else{b(c[e].next,g,e)}})},c[e].freeze)};a.fn.jeegoorotate=function(d){c[this.selector]=a.extend({fade:2000,freeze:5000},d||{});this.find("> *:not(:first)").hide();this.css("position","relative");this.find("> *").css({position:"absolute",top:"0",left:"0"});b(null,this,this.selector);return this}})(jQuery);
