if(typeof hnsqBlog == "undefined") hnsqBlog={};
if(typeof hnsqBlog.blog == "undefined") hnsqBlog.blog={};
if(typeof hnsqBlog.blog._Default == "undefined") hnsqBlog.blog._Default={};
hnsqBlog.blog._Default_class = function() {};
Object.extend(hnsqBlog.blog._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SavePlace: function(controlPlace, userid) {
		return this.invoke("SavePlace", {"controlPlace":controlPlace, "userid":userid}, this.SavePlace.getArguments().slice(2));
	},
	url: '/ajaxpro/hnsqBlog.blog._Default,hnsqBlog.ashx'
}));
hnsqBlog.blog._Default = new hnsqBlog.blog._Default_class();

