// JavaScript Document
function vscroll_data0()
{


	this.container_width = 150
	this.container_height = 116
	this.top_pause_offset = 12



    /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	this.rss_feed = "../news_xml.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 = 5
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/
	this.container_styles = "background-color:#000066; background-image:; border-style:; border-color:#ffffff; border-width:1px; padding-right:0px; padding-left:0px; padding-top:10px; padding-bottom:0px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#ffffff; text-align:center; font-family:verdana; font-size:11px; font-weight:; font-style:; 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:#ffffff; text-align:; font-family:verdana; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:50px; background-color:; background-image:; color:#666666; text-align:center; font-family:Verdana; font-size:11px; font-weight:; text-decoration:none;"


 
}
