////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
/////   USER DATA ENTRY INSTRUCTIONS  ////////////////////////////
/////   The 'Title' and 'Content' variables represent those types of data that is displayed in 
/////   the content panes of the Splash page of your site. There is currently room for no more than
/////		5 entries in each column.  If you need more, let me know. 
/////   Look carefully at what is there already as an example for future changes.
/////
/////		SPECIFIC INSTRUCTIONS;
/////		Enter all of your new data in between the quote symbols.
///// 	DO NOT change any other parts of these statements.
/////  	DO NOT use carriage returns to 'word wrap' your text.  It should be all on one line.
/////		If you have quotes in your statement, use '&quot;' instead of typing the quote sign. 
/////		Make sure you save this file to the 'js' folder in the A of D directory. 


		// left side titles and content
		var lTitle1 = "A of E General Meeting (June 24, 2009 at 4:00 p.m.)";
		var lContent1 = "The next A of E meeting is being held at the CTA Office in Mission Valley (address is 5353 Mission Center Road, Suite 105, San Diego, CA 92108).  ";
		var lTitle2 = "A of E Website";
		var lContent2 = "Please note, this website is viewed best on a Firefox internet browser.";
		var lTitle3 = "";
		var lContent3 = "";
		var lTitle4 = "";
		var lContent4 = "";
		var lTitle5 = "";
		var lContent5 = "";
		
		
		// right side titles and content
		var rTitle1 = "San Diego Office of Education Board Meeting (June 10, 2009 at 6:00 p.m.)";
		var rContent1 = "Please attend SDCOE's board meeting to oppose the RIF notices sent out to JCCS teachers. Your help is greatly needed by either speaking in front of the board or by attending the meeting just to show a presence. Thank you so much!" ;
		var rTitle2 = "";
		var rContent2 = "";
		var rTitle3 = "";
		var rContent3 = "";
		var rTitle4 = "";
		var rContent4 = "";
		var rTitle5 = "";
		var rContent5 = "";

 