

/**********************************************************************************************

                               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>Fall Term<br> <a href='updates.php'>Begins: Tuesday Sept 8, 2009<br>Ends: Wednesday Dec 23, 2009</a></li>\
\
	<li delay=2>Winter Term<br> <a href='updates.php'>Begins: Tuesday Jan 4, 2010<br>Ends: Monday April 30, 2010</a></li>\
\
	<li delay=2>Summer Term<br> <a href='updates.php'>Begins: Monday May 3, 2010<br>Ends: Friday Aug 13, 2010</a></li>\
\
</ul></div></div></div>\
\
</div> ");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 150
	this.container_height = 135
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 1

	this.animation_delay = 85
	this.animation_jump = 4

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:; background-image:; border-style:dashed; border-color:#E5D9B8; border-width:0px; margin-left:25px;"
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#cecece; text-align:center; font-family:Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; text-decoration:none; margin-bottom:10px;"
	this.item_link_hover_styles = "margin-bottom:0px; background-color:; background-image:; color:#ffffff; text-align:center; font-family:Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; text-decoration:none; margin-bottom:10px;"
	this.item_styles = "margin-bottom:0px; background-color:; background-image:; color:#eada9c; text-align:center; font-family:Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; text-decoration:none; margin-bottom:10px;"


}


