/***********************************
*	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 intro_news_events = new Array(
	{ text:'intro_event1',pause:600  },
	{ text:'intro_event2'  },
	{ text:'intro_event3'  },
	{ text:'intro_event3_1',pause:400  },
	{ text:'intro_event4'  },
	{ text:'intro_event5'  },
	{ text:'intro_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 intro_news = new eventscroller('intro_news', 732, 32, 6, 3500, "#000000", intro_news_events);
