if(typeof eventpost == "undefined") eventpost={};
eventpost_class = function() {};
Object.extend(eventpost_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEventRecords: function(csID) {
		return this.invoke("GetEventRecords", {"csID":csID}, this.GetEventRecords.getArguments().slice(1));
	},
	GetVenueRecords: function(csID) {
		return this.invoke("GetVenueRecords", {"csID":csID}, this.GetVenueRecords.getArguments().slice(1));
	},
	SearchVenues: function(terms, startwith) {
		return this.invoke("SearchVenues", {"terms":terms, "startwith":startwith}, this.SearchVenues.getArguments().slice(2));
	},
	SearchEvents: function(terms) {
		return this.invoke("SearchEvents", {"terms":terms}, this.SearchEvents.getArguments().slice(1));
	},
	url: '/ajaxpro/eventpost,App_Code.kgclsdey.ashx'
}));
eventpost = new eventpost_class();

