Ext.onReady(function() {
    var mainPanel = new MainPanel({
        renderTo: 'wrap'
    });
	
	mainPanel.show();
	

});

