addNamespace("webfoot");
webfoot_class = Class.create();
webfoot_class.prototype = (new AjaxPro.Request()).extend({
	Count: function(callback) {
		return this.invoke("Count", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/webfoot,App_Web_webfoot.ascx.cdcab7d2.ashx";
	}
})
webfoot = new webfoot_class();

