﻿// JScript 文件
function addFavorite()
    {
       window.external.addFavorite(document.location.href,'中医之家')
    }
function behavior(obj)
    {
        //this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.lywd.net');
       
        obj.style.behavior='url(#default#homepage)';obj.sethomepage('http://www.cmmsn.com')

    }

