﻿$(document.body).ready(function(){
	MenuSet(3);
	$("#mainTabCtrl").children().click(TabCtrl_Change);
});
//切换选项卡
function TabCtrl_Change() {
	var $this = $(this);
}
//队徽未加载
function Img_Error(obj) {
	obj.error = null;
	obj.src='/Photos/TeamLogo/nopic.png';
}