// We make an alias for registerPloneFunction
registerPloneFunction = function (func) {
    EventListener.addEvent(window, 'load', func);
}

