function setFront(obj,url) 
{ 
	obj.style.behavior='url(#default#homepage)'; 
	obj.setHomePage(url); 
} 

function addFavor(URL, Title)
{
	window.external.AddFavorite(URL, Title); 
}

function check_all(obj)
 {
   tempColl = obj.all.tags("INPUT");
    for (i=0; i<tempColl.length; i++) 
      if (tempColl(i).className == "ckbox") 
	    tempColl(i).checked = obj.checkAll.checked;
 }

function logout() {
  var script = document.createElement('script');
  script.setAttribute('src', 'logout.php');
  script.setAttribute('type', 'text/javascript');
  document.documentElement.firstChild.appendChild(script);

  alert("威尔鑫会员中心提示您：\n请通过“退出网站”按钮来退出网站，直接关闭浏览器，有可能未能更新会员在线状态，导致下次无法再次登录！");
}