/***********************************
*	This work was derived from the
*	 following original source...
*	Updated/Modified by Paul Taylor
*	paul@hillcountryonline.net
***********************************/
/***********************************
*  http://news-scroller.vbarsan.com/
*   This notice may not be removed 
***********************************/

var home_news_events = new Array(
	{ text:'home_event1'  },
	{ text:'home_event2'  },
	{ text:'home_event6'  },
	{ text:'home_event7'  },
	{ text:'home_event8'  },
	{ text:'home_event9'  },
	{ text:'home_event_end',pause:500 }
);

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var home_news = new eventscroller('home_news', 540, 32, 13, 3500, "#D2C4A1", home_news_events);

