function checknull(str)
{
	if (str.length<1)
	  {
	  return(true);
	  }
	else
	{
	  return(false);
	}
}


function CheckQQ(uin){
	sitename="萧山借贷网";
	var Link="tencent://Message/?Menu=yes&WebSiteName="+sitename+"&uin="+uin;

	try{//支持
		var xmlhttp=new ActiveXObject("TimwpDll.TimwpCheck");
		this.location.href=Link;
              var  n = xmlhttp.GetVersion();
                if (n >= 2.1)
		 this.location.href=Link;
                else
                {
//		alert("请您下载新版TM/QQ");
		alert("萧山借贷网温馨提示：\r\n　　请您访问http://im.qq.com/下载新版的QQ/TM以支持与萧山借贷网在线交流！");
		window.target="_top";
	        window.open("http://im.qq.com/");
                }

	}catch(e){//不支持
	//	alert("请您下载新版TM/QQ");
		alert("萧山借贷网温馨提示：\r\n　　请您访问http://im.qq.com/下载新版的QQ/TM以支持与萧山借贷网在线交流！");
		window.target="_top";
	        window.open("http://im.qq.com/");
	}

	return false;	
}
