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

