Ext.namespace('OCI');
Ext.BLANK_IMAGE_URL = 'static/images/default/s.gif';
Ext.QuickTips.init();
OCI.hostname = function() {
    return document.location.hostname;
};
