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