function addCookie() {　 // 加入收藏
　　　　　　　　　　　 if (document.all) {
　　　　　　　　　　　　　　　 window.external.addFavorite('http://miaolinew1.tolongnet.com/chunan/main.php', '竹南鎮公所全球資訊網');
　　　　　　　　　　　 }
　　　　　　　　　　　 else if (window.sidebar) {
　　　　　　　　　　　 window.sidebar.addPanel('竹南鎮公所全球資訊網','http://miaolinew1.tolongnet.com/chunan/main.php', "");
　　　　　　　　　　　 }
　　　　　　　 }　　　　　　　 function setHomepage() {　 // 设为首页
　　　　　　　　　　　 if (document.all) {
　　　　　　　　　　　　　　　 document.body.style.behavior = 'url(#default#homepage)';
　　　　　　　　　　　　　　　 document.body.setHomePage('http://miaolinew1.tolongnet.com/chunan/main.php');　　　　　　　　　　　 }
　　　　　　　　　　　 else if (window.sidebar) {
　　　　　　　　　　　　　　　 if (window.netscape) {
　　　　　　　　　　　　　　　　　　　 try {
　　　　　　　　　　　　　　　　　　　　　　　 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
　　　　　　　　　　　　　　　　　　　 }
　　　　　　　　　　　　　　　　　　　 catch (e) {
　　　　　　　　　　　　　　　　　　　　　　　 alert("該操作被瀏覽器拒絕，假如想啟用該功能，請在地址欄內輸入 about:config,然後將項 signed.applets.codebase_principal_support 值該為true");
　　　　　　　　　　　　　　　　　　　 }
　　　　　　　　　　　　　　　 }
　　　　　　　　　　　　　　　 var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
　　　　　　　　　　　　　　　 prefs.setCharPref('browser.startup.homepage','http://miaolinew1.tolongnet.com/chunan/main.php');
　　　　　　　　　　　 }　　　　　　　 }



