

/**********************************************************************************************

                               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='5'></li>\
	<li delay=''>No Content Available</li>\
\
</ul></div></div></div>\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7=true
function vscroll_data0()
{


	this.container_width = 155
	this.container_height = 260
	this.top_pause_offset = 10



    /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	this.rss_feed = "scroller/news.asp"
	this.rss_delay = 4;				//delay time for each rss message

  

   /*---------------------------------------------
   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 = "padding-right:5px; padding-left:5px; "
	this.item_styles = "color:#212e43; font-family:Arial; font-size:11px; text-decoration:none; text-align:left; padding-left:2px; padding-bottom:10px; "
	this.item_link_styles = "font-family:Arial; font-weight:bold; font-size:13px; text-align:left; text-decoration:none;  padding-bottom:5px; "
	this.item_link_hover_styles = "font-family:Arial; text-decoration:underline; "

 
}


