addNamespace("Comments");
Comments_class = function() {};
Object.extend(Comments_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PopulateState: function(vstringMasterPrgID) {
		return this.invoke("PopulateState", {"vstringMasterPrgID":vstringMasterPrgID}, this.PopulateState.getArguments().slice(1));
	},
	url: '/ajaxpro/Comments,App_Web_comments.aspx.cdcab7d2.ashx'
}));
Comments = new Comments_class();

