<!--
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]="If you need help (and are a regular attendee) with financial issues like budgeting, or other issues related to wisely using the money God provides for you, the deacons would like to talk with you.  Also, when needed, the deacons provide assistance with food, clothing, or other necessities of life. To set up a meeting, call Jodi Parker at 726-2302 x 21. In South City, please call Perpetue Djona at the POR office, 762-9915."


scrollercontent[1]="<strong class='aqua'>The Free Store</strong> The New City Free Store is available for those that may need items.  Visits are set up by appointment only so please feel welcome to schedule a time to come in with Perpetue Djona by calling her 762-9915."


scrollercontent[2]=" <strong class='black'>Gain A Grandparent!</strong>  Our seniors need regular calls and visits to say, 'WE LOVE YOU AND JESUS DOES TOO!' We are looking for volunteers who would call a senior once-a-week and visit them in person once-a-month. Interested? Call Paul Patterson at 314-495-8543."


scrollercontent[3]="<br /> <strong> Communion volunteers needed to serve once a month </strong> Help set up communion before church service or clean up trays and baskets after. Please contact Judy Drozda or Sandra Clay."


scrollercontent[4]="<strong class='black'> Ministry Opportunity </strong> The hospitality committee needs your help. We need help in many areas, welcoming, ushering, visitation and assistance with special events. If you are interested in serving in any of these areas, please call Lester Badenoch at 314-725-4583"







// END EDITTING ****************************************************************************************

//-->
