//Don't change any of this --
function lines(uDay,uText) {
	this.uDay=uDay;
	this.uText=uText;
	}
	
swaplines=new Array();
//-- don't change anything above this

/*********************************
 The numbers correspond to the day of the week, with Sunday being 0

Don't change the numbers, only the line of text in quotes. You can have just about anything you want, but if you use quotes, make sure to put \ before them. \"This would show up in quotes\" 

If you forget that, it won't work. But I'll check it before I put it up, so don't worry too much about it. 
**********************************************/

// change your text below
//Monday
swaplines[1]=new lines("1","Fall registration now open! Click on the CRAB to check classes.");

//Tuesday
swaplines[2]=new lines("2","Fall registration now open! Click on the CRAB to check classes.");

//Wednesday
swaplines[3]=new lines("3","Fall registration now open! Click on the CRAB to check classes.");

//Thursday
swaplines[4]=new lines("4","Chautauqua is coming! July 5-7, 7:00 pm. <a href=\"/continuing_ed/chatauqua04.asp\">Get the details here.</a>");

//Friday
swaplines[5]=new lines("5","Chautauqua is coming! July 5-7, 7:00 pm. <a href=\"/continuing_ed/chatauqua04.asp\">Get the details here.</a>");

//Saturday
swaplines[6]=new lines("6","Chautauqua is coming! July 5-7, 7:00 pm. <a href=\"/continuing_ed/chatauqua04.asp\">Get the details here.</a>");

//Sunday
swaplines[0]=new lines("0","Chautauqua is coming! July 5-7, 7:00 pm. <a href=\"/continuing_ed/chatauqua04.asp\">Get the details here.</a>");


/*******after 3/12

//Thursday
swaplines[4]=new lines("4","Mark your calendars! 13th Annual Student Government Holiday Gift and Craft Show, Tuesday Dec. 2.");

//Saturday
swaplines[6]=new lines("6","Interested in a career in health? Find out about Chesapeake's programs in allied health and nursing.");

//Wednesday
swaplines[3]=new lines("3","Mark your calendars! 13th Annual Student Government Holiday Gift and Craft Show, Tuesday Dec. 2.");

//Saturday
swaplines[6]=new lines("6","Plan to attend Open House on April 29 from 9:30 a.m. to 1:30 p.m. Ext.250.");


******/










