function ImageCache(o31,O31){ this.l31=O31; this.i31=0; this.I31=0; this.o32=0; if (o31[0]){ this.o32=o31[0].length; } this.O32=new Array(); for (var i=0; i<this.o32; i++){ this.l32(o31[0][i]); }return this ; }ImageCache.prototype.l32= function (i32){var I32=new Image(); this.O32.push(I32); I32.onload=ImageCache.prototype.o33; I32.onerror=ImageCache.prototype.O33; I32.onabort=ImageCache.prototype.l33; I32.i33=this ; I32.I33= false; I32.src=i32; };ImageCache.prototype.o34= function (){ this.I31++; if (this.I31==this.o32){ this.l31(this.O32.length,this.i31); }};ImageCache.prototype.o33= function (){ this.I33= true; this.i33.i31++; this.i33.o34(); };ImageCache.prototype.O33= function (){ this.O34= true; this.i33.o34(); };ImageCache.prototype.l33= function (){ this.l34= true; this.i33.o34(); };
