function startHall(){
	try{
    	var obj = new ActiveXObject("CGAgent.Agent");
	   obj.CreateChinagames("");
	   
	 }catch(err){ 
alert( "您还没有安装中国游戏中心客户端或您使用的版本不是最新版，点击确定之后将自动进行下载!" ) ;
		//window.location="http://web.chinagames.net/mygames/download/Setup-Plaza.exe";
		myVisitStatClass.CountDownLoad('http://downloads.chinagames.net/mygames/download/setup-plaza.exe');
	 }
}