(function(window) {
	var blue = {
		tabs : {}
	};
	
	window.blue = blue;
})(window);
