﻿Type.registerNamespace("PhotoSite.Framework");PhotoSite.Framework.ImageLoader=function(){};PhotoSite.Framework.ImageLoader.Load=function(D,E,F,B,C){var A=new Image();A.onload=function(H,I,J,G){return function(){if(I){I.src=H;}if(F){F(this,G);}this.onload=this.onerror=this.onabort=null;};}(D,E,F,C);A.onerror=function(G,H){return function(){if(G){G(this,H);}this.onload=this.onerror=this.onabort=null;};}(B,C);A.onabort=A.onerror;A.src=D;};
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();