if(typeof Typhoto == "undefined") Typhoto={};
if(typeof Typhoto.userbox == "undefined") Typhoto.userbox={};
Typhoto.userbox_class = function() {};
Object.extend(Typhoto.userbox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DirFileCount: function() {
		return this.invoke("DirFileCount", {}, this.DirFileCount.getArguments().slice(0));
	},
	url: '/ajaxpro/Typhoto.userbox,Typhoto.ashx'
}));
Typhoto.userbox = new Typhoto.userbox_class();

