if(typeof GoStudy == "undefined") GoStudy={};
if(typeof GoStudy.App_Includes == "undefined") GoStudy.App_Includes={};
if(typeof GoStudy.App_Includes.Classes == "undefined") GoStudy.App_Includes.Classes={};
if(typeof GoStudy.App_Includes.Classes.AjaxProxy == "undefined") GoStudy.App_Includes.Classes.AjaxProxy={};
GoStudy.App_Includes.Classes.AjaxProxy_class = function() {};
Object.extend(GoStudy.App_Includes.Classes.AjaxProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetListSearchControl: function(Phrase) {
		return this.invoke("GetListSearchControl", {"Phrase":Phrase}, this.GetListSearchControl.getArguments().slice(1));
	},
	CaptureRating: function(LinkID, Rating) {
		return this.invoke("CaptureRating", {"LinkID":LinkID, "Rating":Rating}, this.CaptureRating.getArguments().slice(2));
	},
	url: '/ajaxpro/GoStudy.App_Includes.Classes.AjaxProxy,GoStudy.ashx'
}));
GoStudy.App_Includes.Classes.AjaxProxy = new GoStudy.App_Includes.Classes.AjaxProxy_class();


