addNamespace("AoyouWeb2003");
AoyouWeb2003.index_class = Class.create();
AoyouWeb2003.index_class.prototype = (new AjaxPro.Request()).extend({
	GetIsLogin: function(callback) {
		return this.invoke("GetIsLogin", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/AoyouWeb2003.index,AoyouWeb2003.ashx";
	}
})
AoyouWeb2003.index = new AoyouWeb2003.index_class();

