









<!--
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 />The 2009 Restore St. Louis Benefit Golf Tournament was a tremendous opporutnity to tell stories from the ministries and raise support while having fun at the Forest Park golf course!"

scrollercontent[1]="<br /><strong>Firm Foundation Tutoring</strong> is looking for volunteers to tutor K-5th grade students or 6th -12th grade students during the 2009/2010 school year. Please call Laurie Jones at 726-2302 x233."

scrollercontent[2]="<br />Be a health advocate for a disadvantaged community member as part of a Health Connection home health team that regularly makes home visits. Call Emily Church at (314) 726-2302 x237."

scrollercontent[3]="<br />Become a foster or adoptive family through <strong>One Heart Ministries</strong> formerly Branch House. Contact Emily Nienhuis at (314) 223-2496."

scrollercontent[4]="<br />The <strong>Harambee Youth Training Partnership</strong> would like to invite you to join their After-School Program participants as they work on the homes of elderly neighborhood residents on Saturdays.  Call Aaron at (314) 726-2302 x225 to sign up."

scrollercontent[5]="<br />Not sure where to get involved?  Start by coming to a <strong><a href='/workday'>Work Day</a></strong> the second Saturday of any month and get connected to one of various RSL ministries."

// END EDITING **********************************************************************

//-->