(function(a){a.fn.stars=function(b){var c={i:"",c:50,d:1e-5,m:100,s:1e3,l:2e3,f:2e3,h:2e3};b&&a.extend(c,b),c.s+=c.h,c.l+=c.s,c.f+=c.l;function d(){var a=["transform","WebkitTransform","MozTransform"],b;while(b=a.shift())if(typeof document.body.style[b]!="undefined")return b;return!1}this.each(function(){var b=this.offsetWidth,d=this.offsetHeight,e=this.offsetLeft,f=this.offsetTop,g=this,h=b*d,i=h*c.d;function j(){var h=Math.random()*c.h,i,k=c.m*Math.random(),l=e+(b-k)*Math.random(),m=f+(d-k)*Math.random();setTimeout(function(){var b=c.i==""?"<div class=\"star\">*</div>":"<img class=\"star\" src=\""+c.i+"\" />";i=a(b).css({width:0,height:0,position:"absolute",left:l+k/2,top:m+k/2}),i.appendTo(g).animate({width:k,height:k,left:l,top:m},c.s,"linear")},h),setTimeout(function(){i.animate({width:0,height:0,left:l+k/2,top:m+k/2},c.f-c.l)},h+c.l,"linear"),setTimeout(function(){i.remove(),setTimeout(j,1)},h+c.f)}for(var k=0;k<i;++k)j()});function e(){a(".star").each(function(){this.trProp||(this.trProp=d(),this.deg=Math.random()*360,this.speed=Math.random()*5),this.deg=(this.deg+this.speed)%360,this.style[this.trProp]="rotate("+this.deg+"deg)"}),setTimeout(e,40)}e();return this}})(jQuery)

