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