if(typeof auditori == "undefined") auditori={};
if(typeof auditori.secciones == "undefined") auditori.secciones={};
if(typeof auditori.secciones.auditori == "undefined") auditori.secciones.auditori={};
if(typeof auditori.secciones.auditori.premsa == "undefined") auditori.secciones.auditori.premsa={};
if(typeof auditori.secciones.auditori.premsa.llistat == "undefined") auditori.secciones.auditori.premsa.llistat={};
auditori.secciones.auditori.premsa.llistat_class = function() {};
Object.extend(auditori.secciones.auditori.premsa.llistat_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	nextMonth: function(calendarMonth, calendarYear, href, cicle) {
		return this.invoke("nextMonth", {"calendarMonth":calendarMonth, "calendarYear":calendarYear, "href":href, "cicle":cicle}, this.nextMonth.getArguments().slice(4));
	},
	prevMonth: function(calendarMonth, calendarYear, href, cicle) {
		return this.invoke("prevMonth", {"calendarMonth":calendarMonth, "calendarYear":calendarYear, "href":href, "cicle":cicle}, this.prevMonth.getArguments().slice(4));
	},
	url: '/ajaxpro/auditori.secciones.auditori.premsa.llistat,Auditori.ashx'
}));
auditori.secciones.auditori.premsa.llistat = new auditori.secciones.auditori.premsa.llistat_class();

