if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.DefaultItem == "undefined") QiaoCWBW.DefaultItem={};
QiaoCWBW.DefaultItem_class = function() {};
Object.extend(QiaoCWBW.DefaultItem_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	TopItem: function(type) {
		return this.invoke("TopItem", {"type":type}, this.TopItem.getArguments().slice(1));
	},
	NewItem: function(type) {
		return this.invoke("NewItem", {"type":type}, this.NewItem.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.DefaultItem,QiaoCWBW.ashx'
}));
QiaoCWBW.DefaultItem = new QiaoCWBW.DefaultItem_class();

