

/**********************************************************************************************

                               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 id='vsborder0' style='border-style:none; border-width:1px; border-color:#000000;'>\
\
<div id='vscroll0' style='position:relative;display:none;z-index:0;'><ul>\
\
<li delay=0><center><b>School Finance Workshop Videoconference</b></center><br>July 21 - On-site ESU 10/Kearney</a><br><br>July 21 - Videoconference ESU 16/Ogallala</a><br><br>July 21 - Videoconference ESU 3/Omaha</a><br><br>July 21 - Videoconference ESU 13/Scottsbluff</a><br><br>July 21 - Videoconference ESU 1/Wakefield</a><br><br>July 21 - Videoconference ESU 4/Auburn</a><br><br>July 21 - Videoconference ESU 8/Neligh</a><br><br>July 21 - Videoconference Chadron Public Schools</a><br><br></li>\
\
<li delay=0><center><b>NASB Area Membership Meeting</b></center><br>August 24 - Valentine, NE</a><br><br>August 25 - Gering, NE</a><br><br>August 26 - North Platte, NE</a><br><br>September 1 - York, NE</a><br><br>September 8 - Kearney, NE</a><br><br>September 15 - Auburn, NE</a><br><br>September 22 - Norfolk, NE</a><br><br>September 29 - Fremont, NE</a><br><br></li>\
\
<li delay=0><center><b>2010 NASB/NASA State Education Conference</b></center><br>November 17-19 - La Vista, NE</a><br><br></li>\
\
<li delay=0><center><b>New Board Member Workshop</b></center><br>December 7 - Gering</a><br><br>December 9 - Kearney, NE</a><br><br>December 14 - Norfolk</a><br><br>December 16 - Omaha<br><br></li>\
\
</ul></div>\
\
</div>");


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 168
	this.container_height = 190



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 50			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 50			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 8			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "10,15,0,15"
	this.container_styles = "background-color:white;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/


	this.item_styles = "color:#222222; text-decoration:none; font-face:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#3366cc; text-decoration:none; font-face:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-face:Arial; font-size:13px; border-style:none;border-width:0px;";

}

