/*Scroll Items and Content*/

document.write("\
<div><div><div id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay='5'>News loading... please wait</li>\
\
</ul></div></div></div>\
");





/*Customizable Options and Styles*/


function vscroll_data0()
{


	this.container_width = 200
	this.container_height = 100
	this.top_pause_offset = 5



    /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	this.rss_feed = "news.xml"
	this.rss_delay = 6;				//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:0 10px; "
	this.item_link_styles = "font-weight:bold; text-decoration:underline; "
	this.item_link_hover_styles = "text-decoration:none; "
	this.item_styles = "margin-bottom: 40px; font-size:10px; "

}