if (! classes.dom.Element) {

with (classes) {

with (dom) {

dom.Element = function ()
{
 return Node.call(this);
}

}

}

}
