function ImageCache(I2q,o2r){ this.O2r=o2r; this.l2r=0; this.i2r=0; this.I2r=0; if (I2q[0]){ this.I2r=I2q[0].length; } this.o2s=new Array(); for (var i=0; i<this.I2r; i++){ this.O2s(I2q[0][i]); }return this ; }ImageCache.prototype.O2s= function (l2s){var i2s=new Image(); this.o2s.push(i2s); i2s.onload=ImageCache.prototype.I2s; i2s.onerror=ImageCache.prototype.o2t; i2s.onabort=ImageCache.prototype.O2t; i2s.l2t=this ; i2s.i2t= false; i2s.src=l2s; };ImageCache.prototype.I2t= function (){ this.i2r++; if (this.i2r==this.I2r){ this.O2r(this.o2s.length,this.l2r); }};ImageCache.prototype.I2s= function (){ this.i2t= true; this.l2t.l2r++; this.l2t.I2t(); };ImageCache.prototype.o2t= function (){ this.o2u= true; this.l2t.I2t(); };ImageCache.prototype.O2t= function (){ this.O2u= true; this.l2t.I2t(); };

