YAHOO.namespace('EventCalendar');YAHOO.EventCalendar.Event=function(id,name,startDate,endDate,repeatType)
{this.id=id;this.name=name;this.startDate=startDate;this.endDate=endDate;this.repeatType=repeatType;this.repeats=function()
{return(this.repeatType!==0);}};
