var ie = (navigator.appName == "Microsoft Internet Explorer") ? true : false;

function existLeeboo()
{
	//if (!ie){return true;}//除IE外,要是安装了的话才不指示下载
	try	
	{
		var Leeboo = new ActiveXObject("LBPlayerAXC.MULPlayerAXC");
		Leeboo = null;		
	}
	catch (e)
	{
		if (confirm("对不起！您没有安装专用播放器或者版本太旧，点击“确定”下载最新版本安装！"))
		{
			self.location = "http://60.191.72.55:1018/down.asp?filename=setup&uid=8"+"&k="+(new Date()).getTime()+"";
			return true;
		}
	}
	return false;
}
function leebooPlay( str ) {
	if (existLeeboo()){return true;}	

	self.location = str+"/";
}