addNamespace("zhonglun.en");
zhonglun.en.subscibe_class = Class.create();
zhonglun.en.subscibe_class.prototype = (new AjaxPro.Request()).extend({
	SubscibeNote: function(a1, a2, a3, a4, type, callback) {
		return this.invoke("SubscibeNote", {"a1":a1, "a2":a2, "a3":a3, "a4":a4, "type":type}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/zhonglun.en.subscibe,zhonglun.ashx";
	}
})
zhonglun.en.subscibe = new zhonglun.en.subscibe_class();


