Ext.onReady(function(){


        //Ext.MessageBox.alert('Status', 'Changes saved successfully.', showResult);
        Ext.MessageBox.show({
           title: warningTitle,
           	msg: 'You have been directed to this page because there is an error.  You may have reach this page because you have a bookmark to our old website that is no longer the same url.  Please update your bookmarks with our new website.'+"<br/><br>"+'Please click "OK" below to proceed to our new home page',
           buttons: Ext.MessageBox.OK,
           fn: showResult,
           icon: Ext.MessageBox.WARNING
       });

function showResult(btn){
    // Ext.example.msg('Button Click', 'You clicked the {0} button', btn);
 };
 });