if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.usercontrols == "undefined") QiaoCWBW.usercontrols={};
if(typeof QiaoCWBW.usercontrols.top950 == "undefined") QiaoCWBW.usercontrols.top950={};
QiaoCWBW.usercontrols.top950_class = function() {};
Object.extend(QiaoCWBW.usercontrols.top950_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Encrypt: function(str) {
		return this.invoke("Encrypt", {"str":str}, this.Encrypt.getArguments().slice(1));
	},
	log: function(name, ip) {
		return this.invoke("log", {"name":name, "ip":ip}, this.log.getArguments().slice(2));
	},
	Pwd: function(txtName, txtPwd) {
		return this.invoke("Pwd", {"txtName":txtName, "txtPwd":txtPwd}, this.Pwd.getArguments().slice(2));
	},
	IsBids: function(username, itemno) {
		return this.invoke("IsBids", {"username":username, "itemno":itemno}, this.IsBids.getArguments().slice(2));
	},
	GetBid: function(username, itemno) {
		return this.invoke("GetBid", {"username":username, "itemno":itemno}, this.GetBid.getArguments().slice(2));
	},
	Bids: function(itemno, name, price, days, note, uid) {
		return this.invoke("Bids", {"itemno":itemno, "name":name, "price":price, "days":days, "note":note, "uid":uid}, this.Bids.getArguments().slice(6));
	},
	showBids: function(size, index, where) {
		return this.invoke("showBids", {"size":size, "index":index, "where":where}, this.showBids.getArguments().slice(3));
	},
	BCount: function(where) {
		return this.invoke("BCount", {"where":where}, this.BCount.getArguments().slice(1));
	},
	showoption: function(size, index, where) {
		return this.invoke("showoption", {"size":size, "index":index, "where":where}, this.showoption.getArguments().slice(3));
	},
	oCount: function(where) {
		return this.invoke("oCount", {"where":where}, this.oCount.getArguments().slice(1));
	},
	AddOption: function(itemno, ocontent) {
		return this.invoke("AddOption", {"itemno":itemno, "ocontent":ocontent}, this.AddOption.getArguments().slice(2));
	},
	AllCity: function(cityID) {
		return this.invoke("AllCity", {"cityID":cityID}, this.AllCity.getArguments().slice(1));
	},
	AllClass: function(cityID) {
		return this.invoke("AllClass", {"cityID":cityID}, this.AllClass.getArguments().slice(1));
	},
	AllBudget: function(cityID) {
		return this.invoke("AllBudget", {"cityID":cityID}, this.AllBudget.getArguments().slice(1));
	},
	show: function(size, index, where) {
		return this.invoke("show", {"size":size, "index":index, "where":where}, this.show.getArguments().slice(3));
	},
	BCountC: function(where) {
		return this.invoke("BCountC", {"where":where}, this.BCountC.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.usercontrols.top950,QiaoCWBW.ashx'
}));
QiaoCWBW.usercontrols.top950 = new QiaoCWBW.usercontrols.top950_class();

