/******************************************************************* 
* File    : mynews.js
* Created : 2002/02/16 
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 


	var myNews1 = new JSFX.VerticalScroller();
	myNews1.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:white");
	myNews1.setBgColor("black");
	myNews1.setShowTime(5);

myNews1.addMessage("<CENTER>Martha and Darling Fiona scored 70.8% in TL 4Q at Dressage on the First Coast.</b></CENTER>");

myNews1.addMessage("<CENTER>Baby Elle will be one year old on April 29, 2010. She is already 14.3 hh.</b></CENTER>");

myNews1.addMessage("<CENTER>Martha made her dressage judging debut at the WHOA show at the Jacksonville Equestrian Center in March 2010.</b></CENTER>");

myNews1.addMessage("<CENTER>Michael has formed Black Dog Planning to focus on unique large scale hunt properties.</b></CENTER>");




	


