var FrmSendThoughts = { AddThought:function(title,description,pageId,callback,context){return new ajax_request(this.url + '?_method=AddThought&_session=no','title=' + enc(title)+ '\r\ndescription=' + enc(description)+ '\r\npageId=' + enc(pageId),callback, context);}, url:'/buildtips/ajax/WebUI.FrmSendThoughts,WebUI.ashx' }