
function addFavorite()
{
  window.external.addFavorite("http://www.ghrj.com.cn/","光辉软件 - 客户支持专家");
  return false;
}


function setHomePage()
{
  document.body.style.behavior='url(#default#homepage)';
  document.body.setHomePage('http://www.ghrj.com.cn/');
  return false;
}






















