document.observe("dom:loaded", function() {
    if (typeof onDomLoaded=='function') onDomLoaded();
});

