function imagePopup(){this.configure=function(options){this.url=options.url;} this.draw=function(){return'
Loading...
';} this.load=function(){var selector='div[type="image-popup"]:last';$(selector).html('
');$(selector).click(function(){PopupManager.getActive().close();});}}