addNamespace("localhost");
localhost.zhuce_class = Class.create();
localhost.zhuce_class.prototype = (new AjaxPro.Request()).extend({
	shiy: function(callback) {
		return this.invoke("shiy", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/localhost.zhuce,localhost.ashx";
	}
})
localhost.zhuce = new localhost.zhuce_class();

