﻿var $ = Ext.get;

Ext.onReady(function() 
{
    Ext.BLANK_IMAGE_URL = 'Images/s.gif';
    Ext.enableListenerCollection = true;
    Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
    Ext.QuickTips.init();
});