// Don't get rid of the following two lines
delete ar;
ar = new Array("Saturday February 27. Planet Play is open! All Programs and Parties are running as scheduled."
// You can add more announcements, just keep adding rows
// Put your announcement between quotes.
// Put a comma after all but the last one
// You can just erase the rows to have no announcement
// But it might be best to always have the last one

// Don't put a comma after the last one
// Don't add anything below here
);










