var sidebar = function(){
  return {
		
	  init: function(){
			
		}
		
	}
}();

Ext.onReady(function(){sidebar.init(); });
