if(typeof billboard == "undefined") billboard={};
billboard_class = function() {};
Object.extend(billboard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDataSet: function(vv) {
		return this.invoke("GetDataSet", {"vv":vv}, this.GetDataSet.getArguments().slice(1));
	},
	url: '/ajaxpro/billboard,App_Web_billboard.aspx.cdcab7d2.ashx'
}));
billboard = new billboard_class();


