









<!--
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 EDITING HERE:

scrollercontent[0]="<br /><strong>Join us for a Workday!</strong> Every second Saturday of each month (except October--the third Saturday) join volunteers to repair and improve homes in the city--and in the process--build relationships. Contact Andrew at andrew@ncfstl.org or (314) 726-2302 x222 for more info."

scrollercontent[1]="<br /><strong>Firm Foundation Tutoring</strong> is looking for <strong>tutors</strong>! Volunteer to tutor students (K through 12th grade) during the 2011/2012 school year. Contact Laurie at laurie@ncfstl.org or at 726-2302 x233."

scrollercontent[2]="<br />Join us for a <strong>Health Connection Clinic</strong> every second Saturday of each month. Health Connection brings together medical and non-medical volunteers to serve as health advocates. Contact Emily at emily@ncfstl.org or (314) 726-2302 x237 to find out more."

scrollercontent[3]="<br />Become a health advocate for a disadvantaged community member as part of a <strong>Health Connection</strong> home health team that regularly makes home visits. Call Emily at (314) 726-2302 x237 for more info."

scrollercontent[4]="<br />The <strong>Harambee Youth Training Partnership</strong> would like to invite you to join their after-school program participants on Saturdays as they work on the homes of elderly neighborhood residents. Call Aaron at (314) 726-2302 x225 to sign-up."

scrollercontent[5]="<br /><strong>Not sure where to get involved?</strong> Start by coming to a <strong><a href='/workday'>Workday</a></strong> the second Saturday of any month and get connected to one of various RSL ministries."

scrollercontent[6]="<br /><strong>Interested in hearing more</strong> about the ministries of Restore St. Louis? Come for a tour! Contact Steve St. Pierre at steve@ncfstl.org or (314) 726-2302 x235."
// END EDITING **********************************************************************

//-->
