var team_manager = function () {
	return {
		buy: function (type, item) {
			$('#buy_items').load('/ajax/buy/'+type+'/'+item);
		}
	};

}();
