if(typeof Typhoto == "undefined") Typhoto={};
if(typeof Typhoto._Default == "undefined") Typhoto._Default={};
Typhoto._Default_class = function() {};
Object.extend(Typhoto._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	reorder: function(id) {
		return this.invoke("reorder", {"id":id}, this.reorder.getArguments().slice(1));
	},
	rebind: function() {
		return this.invoke("rebind", {}, this.rebind.getArguments().slice(0));
	},
	url: '/ajaxpro/Typhoto._Default,Typhoto.ashx'
}));
Typhoto._Default = new Typhoto._Default_class();

