
$(function(){
    try {
        try {
            dlp.currentPage = "one";
        } catch(exception){}//dlp object does not exist in this scope.
        ce_override.page1();
    } catch(exception){}//This override does not exist in this scope.
});
