GlobalAjax_class = function() {};
Object.extend(GlobalAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	addNewCoolSiteServer: function(userId, Url, description, txtTag) {
		return this.invoke("addNewCoolSiteServer", {"userId":userId, "Url":Url, "description":description, "txtTag":txtTag}, this.addNewCoolSiteServer.getArguments().slice(4));
	},
	Research_PlaceRating: function(researchId, rating) {
		return this.invoke("Research_PlaceRating", {"researchId":researchId, "rating":rating}, this.Research_PlaceRating.getArguments().slice(2));
	},
	url: '/ajaxpro/GlobalAjax,App_Code.ashx'
}));
GlobalAjax = new GlobalAjax_class();

