if(typeof BMSeek == "undefined") BMSeek={};
if(typeof BMSeek.cn == "undefined") BMSeek.cn={};
BMSeek.cn_class = function() {};
Object.extend(BMSeek.cn_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Encrypt: function(key) {
		return this.invoke("Encrypt", {"key":key}, this.Encrypt.getArguments().slice(1));
	},
	url: '/ajaxpro/BMSeek.cn,BMSeek.ashx'
}));
BMSeek.cn = new BMSeek.cn_class();

