if(typeof Wild == "undefined") Wild={};
if(typeof Wild.DailySpecialEvents == "undefined") Wild.DailySpecialEvents={};
Wild.DailySpecialEvents_class = function() {};
Object.extend(Wild.DailySpecialEvents_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Wild.DailySpecialEvents,Wild.ashx'
}));
Wild.DailySpecialEvents = new Wild.DailySpecialEvents_class();

