addNamespace("Index");
Index_class = Class.create();
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	mytest: function(test) {
		return this.invoke("mytest", {"test":test}, this.mytest.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Index,App_Web_xwvtuzjb.ashx';
	}
}));
Index = new Index_class();


