

/**********************************************************************************************

                               Scroll Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new scroll item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.

*/


document.write("\
\
<div><div><div id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay=2>Welcome to JCS Stables 2012 Rising Star Series.  We are committed to providing all participants and spectators with a safe, fun-filled and exciting day.  There are a lot of individuals responsible for bringing this day together but the competitors are the most important and we thank you for attending.  We also want to thank the generosity of our sponsors and the numerous volunteers, who, without them, these competitions could not have been put together.<br><br></li>\
\
	<li delay=2><a href='http://www.JCSstables.com/RisingStars.html'>1st Rising Stars Clinic - Saturday, June 23</a><br><br></li>\
\
	<li delay=2><a href='http://www.JCSstables.com/RisingStars.html'>2nd Rising Stars Clinic - Saturday, August 4</a><br><br></li>\
\
	<li delay=2><a href='http://www.JCSstables.com/RisingStars.html'>3rd Rising Stars Clinic - Saturday September 1</a><br><br></li>\
\
	<li delay=2>Deadline for Entries is Thursday Before Show Clinics.  <a href='http://www.JCSstables.com/RisingStars.html'>Download registration forms here.</a><br><br></li>\
\
	<li delay=2>All show clinics start at 8:30 am.  Ribbons Awarded 1st to 4th Place. High Point Prizes in Each Division for all Show Clinics. Division Championship Trophies Awarded at the Final Show Clinic.  You must compete in two of the three clinics to be eligible for trophy.<br><br></li>\
\
</ul></div></div></div>\
\
</div>");




/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 330
	this.container_height = 148
	this.top_pause_offset = 0


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	
this.container_styles = "background:#FCF4C6 url(http://www.JCSstables.com/risingstarsbackground.jpg); border-style:solid; border-color:#554840; border-width:1px; padding-right:15px; padding-bottom:3px; padding-left:15px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#1e51c8; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "background-color:; background-image:; color:; text-align:; font-family:Arial; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#212e43; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; "


}


