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

