function ImageCache(o2o,O2o){ this.l2o=O2o; this.i2o=0; this.I2o=0; this.o2p=0; if (o2o[0]){ this.o2p=o2o[0].length; } this.O2p=new Array(); for (var i=0; i<this.o2p; i++){ this.l2p(o2o[0][i]); }return this ; }ImageCache.prototype.l2p= function (i2p){var I2p=new Image(); this.O2p.push(I2p); I2p.onload=ImageCache.prototype.o2q; I2p.onerror=ImageCache.prototype.O2q; I2p.onabort=ImageCache.prototype.l2q; I2p.i2q=this ; I2p.I2q= false; I2p.src=i2p; };ImageCache.prototype.o2r= function (){ this.I2o++; if (this.I2o==this.o2p){ this.l2o(this.O2p.length,this.i2o); }};ImageCache.prototype.o2q= function (){ this.I2q= true; this.i2q.i2o++; this.i2q.o2r(); };ImageCache.prototype.O2q= function (){ this.O2r= true; this.i2q.o2r(); };ImageCache.prototype.l2q= function (){ this.l2r= true; this.i2q.o2r(); };
