function LegalPopup(){this.configure=function(options){this.url=options.url;} this.draw=function(){return'
Loading...
';} this.load=function(){$.ajax({async:true,url:this.url,success:function(data){$('div[type="legal-popup"]:last').html(data);},error:function(error){}});}}