baidu.lang.isFunction = function (source) {
    return '[object Function]' == Object.prototype.toString.call(source);
};