/*******************************************************************
* 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 meeting will be Thursday<br>December 22, 2011 at 7:00 PM<br>Location to be announced.");
 
                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>");

