addNamespace("WebPart_AddIdea");
WebPart_AddIdea_class = Class.create();
WebPart_AddIdea_class.prototype = (new AjaxPro.Request()).extend({
	AddIdea: function(uid, message, tid, callback) {
		return this.invoke("AddIdea", {"uid":uid, "message":message, "tid":tid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/WebPart_AddIdea,App_Web_addidea.ascx.37483c30.ashx";
	}
})
WebPart_AddIdea = new WebPart_AddIdea_class();

