<!--
var scrollercontent=new Array()
// INSTRUCTIONS *************************************************************************

// Define scroller contents here - just cut and paste to follow the pattern like this:
//			scrollercontent[0]="<br />This is the text of my message, which will begin with a blank line"
// Extend or contract the array (called "scrollercontent[]") as needed, starting with index of "0", then "1", then "2", etc.
// DON'T FORGET DOUBLE QUOTES around entire message 
//	 (CAREFUL: don't use any double quotes INSIDE the message, including in the HTML markup - if you need to quote something, 
//	  use SINGLE quote - EXAMPLE: Fred said, 'Hello')
// Be careful to limit the length of each message to fit inside the scroller window, about 35-40 words max (but test to be sure)
//	  Note: the words used to markup the text (such as the <em>) are not counted as words (since not displayed in the scroller)
//	  Note: When testing, be sure to take into account that sight-impaired visitors may have their text size larger, so at 
//  		normal text sizes, you will see a fair amount of blank space at the end
// Abbreviate as much as possible
// DON'T use line break inside the message (i.e., don't use Enter key inside the message)
// For a relatively shorter message, begin with a "<br />" to display a blank line at the top to produce a better layout
// To highlight some text, wrap the desired words in the appropriate markup modifiers, as shown in examples:
//			- "this is <strong>BOLD</strong> text"
//			- "this is <em>ITALICIZED</em> text"
//			-- "this is <u>UNDERLINED</u> text"
//			- "this is <strong class='underline'>BOLD & UNDERLINED</strong> text"
//			- "this is <strong class='red'>RED</strong> text"
//			- "this is <strong class='red'><u>RED & UNDERLINED</u></strong> text"
//In the above, you can choose the colors: red, black, brown, purple, gray, white, earth, neon, blue, and aqua
// To place a link to another web address in your message, use this example (DON'T FORGET THE SINGLE QUOTES):
//			- "You can order this brochure at <a href='http://www.xculture.org' target='_blank'>www.xculture.org </a> or call 206-860-0329"
// Be careful not to accidently delete the characters: "//-->" at the very end after all your messages

// END OF INSTRUCTIONS ******************************************************************

// ****************************************************************** START EDITTING HERE:


scrollercontent[0]="<strong class='neon'>Upcoming Meetings:</strong><u> Annual RIC Retreat </u> - <strong>October 17-18</strong> YMCA Trout Lodge near Potosi, MO    <strong>Program: Planning for the upcoming year  </strong> <i> All interested are welcome to attend. <strong>  The fall colors will be beautiful  </strong> Annual RIC Retreat at YMCA Trout Lodge: October  17-18. </i>email: planning@ricstl.org for information."

scrollercontent[1]="<strong class='neon'>Upcoming meeting:</strong><u> RIC Mental Health Committee meeting</u> Every other 2nd Monday (Starting July 13, 2009) at 5461A Gravois Ave., St. Louis 63116. <i>Contact information: (314) 750-4077</i>"

scrollercontent[2]="<strong class='neon'>Upcoming meeting:</strong><u> RIC Education Committee meeting</u> - Every 2nd Wednesday. Carpenter Branch of the St. Louis Public Library from 9:15-10:45 a.m. <i>Contact information: (314) 776-7102</i>"

scrollercontent[3]="<strong>Upcoming Meeting:</strong> Updates from the Annual RIC Retreat <strong class='red'> November 18, 2009 at 9am  </strong> at the South City Family YMCA on Sublette <i>"

scrollercontent[4]="Annual Networking Event <strong> TBA </strong> Usually held at St. Louis Community College </i>email: planning@ricstl.org for information."
"



// END EDITTING ****************************************************************************************

//-->