// Centrifuge 2.4 Template
    if (bEngineLoaded){

        restoreFocus();

        bFirstRun = oEngineLocation.CheckFirstRun(sSelfURL, true);
        if (bFirstRun || refreshScreen){
            oEngineLocation.ProcessDirtyStates();
            location.reload();
        }
    }


