

/**********************************************************************************************

                               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'>Find out more about AAA News.</li>\
\
</ul></div></div></div>\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


	this.container_width = 500
	this.container_height = 20
	this.top_pause_offset = 3



    /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	this.rss_feed = "rss/aaa_news_headlines.xml"
	this.rss_delay = 3;				//delay time for each rss message

  

   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 40
	this.animation_jump = 6

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:transparent; background-image:; border-style:solid; border-color:#000000; border-width:0px; padding-right:8px; padding-left:8px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#FFFFFF; text-align:; font-family:Verdana; font-size:11px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:6; 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; padding-bottom:6; "
	this.item_styles = "margin-bottom:5px; background-color:; background-image:; color:#333333; text-align:; font-family:Verdana; font-size:11px; font-weight:; text-decoration:none; padding-bottom:6; "


 
}

