if(typeof Forum=="undefined")Forum={};Forum.AJAX_class=function(){};Object.extend(Forum.AJAX_class.prototype,Object.extend(new AjaxPro.AjaxClass(),{DeletePost:function(postID){return this.invoke("DeletePost",{"postID":postID},this.DeletePost.getArguments().slice(1));},DeleteTopic:function(topicID){return this.invoke("DeleteTopic",{"topicID":topicID},this.DeleteTopic.getArguments().slice(1));},DeleteForum:function(forumID){return this.invoke("DeleteForum",{"forumID":forumID},this.DeleteForum.getArguments().slice(1));},url:'/internet/ajaxpro/Forum.AJAX,Forum.ashx'}));Forum.AJAX=new Forum.AJAX_class();