function ImageCache(I3i,o3j){ this.O3j=o3j; this.l3j=0; this.i3j=0; this.I3j=I3i[0].length; this.o3k=new Array(); for (var i=0; i<this.I3j; i++){ this.O3k(I3i[0][i]); }return this ; }ImageCache.prototype.O3k= function (l3k){var i3k=new Image(); this.o3k.push(i3k); i3k.onload=ImageCache.prototype.I3k; i3k.onerror=ImageCache.prototype.o3l; i3k.onabort=ImageCache.prototype.O3l; i3k.l3l=this ; i3k.i3l= false; i3k.src=l3k; };ImageCache.prototype.I3l= function (){ this.i3j++; if (this.i3j == this.I3j){ this.O3j(this.o3k.length,this.l3j); }};ImageCache.prototype.I3k= function (){ this.i3l= true; this.l3l.l3j++; this.l3l.I3l(); };ImageCache.prototype.o3l= function (){ this.o3m= true; this.l3l.I3l(); };ImageCache.prototype.O3l= function (){ this.O3m= true; this.l3l.I3l(); };

