   setTimeout(function(){
        Ext.get('loading').remove();
        Ext.get('loading-mask').fadeOut({
            remove: true
        });
    }, 250);
    /*

    if (window.console && window.console.firebug) {
        Ext.Msg.alert('Warning', 'Firebug is known to cause performance issues with Ext JS.');
    }

*/
document.writeln('<div style="min-height:100%; "></div><div id="footer" style="margin-top:-70px"></div>');
Ext.onReady(function(){
	var dh = Ext.DomHelper;
	var list = dh.append('footer', {
		tag: 'div',
		id: 'footer-holder',
		html : Ext.query('div#footer2')[0].innerHTML
	});
	
})

