// JavaScript Document
function addFavorite()
 {
   window.external.addFavorite("http://www.xiejiachem.com","佛山市三水协佳化工有限公司简介");
   return false;
 }
function setHomePage()
 {
   document.body.style.behavior='url(#default#homepage)';
   document.body.setHomePage("http://www.xiejiachem.com");
   return false;
 }
