addNamespace("YJnet.modules");
YJnet.modules.bottom_class = Class.create();
YJnet.modules.bottom_class.prototype = (new AjaxPro.Request()).extend({
	getClassItem: function(callback) {
		return this.invoke("getClassItem", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/YJnet.modules.bottom,YJnet.ashx";
	}
})
YJnet.modules.bottom = new YJnet.modules.bottom_class();

