function checkFG(a,link)
{
	var JetCarCatch = null;       
	if (navigator.appName == "Netscape")
	{	
		a.target="_blank";
	}
	else
	{
		try{
			JetCarCatch=new ActiveXObject("FG2CatchUrl.Netscape");
		}catch(e){
			try{
				JetCarCatch = new ActiveXObject("BHO.IFlashGetNetscape");
			}catch(e){
				try{
					JetCarCatch=new ActiveXObject("JetCar.Netscape");
				}catch(e){}
			}
		}

		if(JetCarCatch == null){
			alert("\u672c\u94fe\u63a5\u4e3a\u5feb\u8f66\u9ad8\u901f\u4e0b\u8f7d\u94fe\u63a5\uff0c\u9700\u5b89\u88c5\u65b0\u7248\u5feb\u8f66\uff08\u0046\u006c\u0061\u0073\u0068\u0067\u0065\u0074\uff09\u4ee5\u63d0\u9ad8\u4e0b\u8f7d\u901f\u5ea6\n\u0020\u0020\u0020\u0020\u0020\u70b9\u51fb\u786e\u5b9a\u4e0b\u8f7d\u6700\u65b0\u7248\u672c\uff0c\u5373\u53ef\u63d0\u5347\u591a\u500d\u4e0b\u8f7d\u901f\u5ea6\uff0c\u4eab\u53d7\u6781\u901f\u4e0b\u8f7d");
			a.target="_blank";
			a.href="http://down6.flashget.com/unxp/flashget_7714_1.exe";
		}
		else{
			a.target="hid_frame";
			a.href=link;
		}
	}
}
