

/**********************************************************************************************

                               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 id="hsborder0" style="border-style:solid; border-width:0px; border-color:#666666;">\
\
<div id="hscroll0" style="position:relative;z-index:0;"><ul>\
\
        <li class="alert" delay=0><a href="http://www.vta.org/news/service_notices/southline_construction_update.pdf" target="_blank">  Blossom Hill and Cottle Light Rail Stations will close Saturday August 16 for platform retrofits. Bus bridge service will be available on site. Click here for more details or call (408) 321-2300.</a></li>\
\
</ul></div>\
\
</div>');
/*  
*/





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true

function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 450
	this.container_height = 25



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 12			//measured in milliseconds (1/1000)
	this.animation_jump = 1				//measured in pixels, must be > 1

	this.animation_delay_mac = 12			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 1			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "15,15,0,15"
	//this.container_styles = "background-color:#e6e6e6;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	
	this.message_gap = 0;

	this.item_styles = "display:inline;color:#CC0000; text-decoration:none; font-family:arial; font-size:13px; font-weight: bold; border-style:none;border-width:0px;";
	this.item_link_styles = "display:inline;color:#CC0000; text-decoration:none; font-family:arial; font-size:13px; font-weight: bold; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "display:inline;color:#CC0000; text-decoration:underline; font-family:arial; font-size:13px; font-weight: bold; border-style:none;border-width:0px;";

}

