IRQ={s:[],r:function(){var i,t;for(i in this.s){t=this.s[i];if(t.active&&t.preset<=t.ticks++){if((typeof(t.method)!='string'?t.method(t):eval(t.method+'(t)'))==true||t.type!='i')t.active=false;t.ticks=0}if(t.kill)t=null}},item:function(n){return this.s[n]},add:function(nam,typ,fx,intvl,dat){return this.s[nam]={data:dat,kill:false,name:nam,type:typ,method:fx,preset:intvl,ticks:0,active:true,reset:function(){this.active=true;this.ticks=0}}}}
setInterval('IRQ.r();',250)
