if(typeof Components_test == "undefined") Components_test={};
Components_test_class = function() {};
Object.extend(Components_test_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RecentEntries: function(userid) {
		return this.invoke("RecentEntries", {"userid":userid}, this.RecentEntries.getArguments().slice(1));
	},
	InsertQuickBK: function(what, howmuch, catid, userid, theopen, userip) {
		return this.invoke("InsertQuickBK", {"what":what, "howmuch":howmuch, "catid":catid, "userid":userid, "theopen":theopen, "userip":userip}, this.InsertQuickBK.getArguments().slice(6));
	},
	getPrpductForAutoComplete: function(keyword) {
		return this.invoke("getPrpductForAutoComplete", {"keyword":keyword}, this.getPrpductForAutoComplete.getArguments().slice(1));
	},
	url: '/ajaxpro/Components_test,App_Web_test.ascx.7e693e39.ashx'
}));
Components_test = new Components_test_class();


