with (classes) {
//
with (dom) {
//
with (ls) {
//
ls.LSLoadEvent = function ()
{
 with (dom.events.Event) call(this);

 this.newDocument = null;
 this.input = null;

 this.type = "load";

 return this;
}
//
}
//
}
//
}

