(function(a){a.fn.simpleSpy=function(c,d){c=c||5;d=d||4000;function b(f){var e=f.find("> li");if(e.length==1){f.load("/services/gateway/network/digest/public/read.html?limit=5&params[template]=spyTool.tpl")}else{if(e.length==0){return false}}return e.filter(":first").remove()}return this.each(function(){var f=a(this),e=f.find("> li:first").height();var h=a("<ul />").hide().appendTo("body");f.wrap('<div class="spyWrapper" />').parent().css({height:e*c});f.find("> li").filter(":gt("+(c-1)+")").appendTo(h);function g(){var i=b(h);if(i!=false){var j=i.css({height:0,opacity:0,display:"none"}).prependTo(f);f.find("> li:last").animate({opacity:0},1000,function(){j.animate({height:e},1000).animate({opacity:1},1000);a(this).remove()})}setTimeout(g,d)}g()})}})(jQuery);