/*******************************************************************
* File    : topgun2002.js
* Created : 2002/02/16
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/

	var myScroller = new JSFX.VerticalScroller();

	myScroller.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px; background-color: #edefed; color: #000000;");
	/* myScroller.setBgImage("images/spacerbg.gif"); */
	myScroller.setShowTime(5);
	
                 myScroller.addMessage("<b>AREA R MEETING</b><br><br>The next Area R Meeting is scheduled for<br>March 18, 2010 at (Location TBD)<br>in Tierrasanta starting at 7:00 PM");

                 myScroller.addMessage("<b>SECTION 11 TRAINING ROAD SHOW</b><br><br>The Section 11 training Road Show is <br>scheduled for March 19 & 20, 2010 at<br>Grossmont High School in La Mesa.<br><br>Additional details and registration information is<br>posted on the announcements page.");

                 myScroller.addMessage("<b>UNDER NEW MANAGEMENT</b><br><br>Effective March 2, 2010<br>Area R will have new leadership staff in place<br>We look forward to continued success in Area R.<br><b>Welcome to the new Area R staff!</b>");

                 myScroller.addMessage("<b>VOLUNTEER OPPORTUNITIES</b><br><br>The Area R Staff is comprised of<br><b>AYSO volunteers <u>only</u></b>.<br>We are always looking for volunteers who are willing to step up for the children of AYSO.<br>If you are interested in joining the Area R team<br>please contact the <a href='mailto:ad11r@earthlink.net?Subject=Area R Volunteer'><img src='images/mailicon.gif' border=0 alt=''>&nbsp;Area Director</a>"); 

	 myScroller.addMessage("Thanks for visiting our site.<br><br>Got a suggestion, correction, or feedback concerning our site?<br><br>Send an email to our webmaster.<br><br><a href='mailto:mlbol@san.rr.com?Subject=Area R Website'><img src='images/mailicon.gif' border=0 alt=''>&nbsp;Webmaster</a>");
