

/**********************************************************************************************

                               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.

*/
tisie=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
if(tisie) { divht=18; } else { divht=14; }
document.write('\
<div id="hsborder0" style="height:'+divht+'px;border-style:solid; border-width:0px; border-color:#000000;">\
</div>');









/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


node7=true
function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 880
	this.container_height = 24
    unlock0=1867
	unlock1=2270


    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 15			//measured in milliseconds (1/1000)
	this.animation_jump = 1				//measured in pixels, must be > 1

	this.animation_delay_mac = 15			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 1			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "3,0,0,0"
	this.container_styles = "background-color:#800000;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	
	this.message_gap = 0;

	this.item_styles = "color:#FFFFFF; text-decoration:none; font-family:Tahoma; font-size:11px; border-style:none;border-width:0px;line-height:14px;";
	this.item_link_styles = "color:#FFFFFF; text-decoration:none; font-family:Tahoma; font-size:11px; border-style:none;border-width:0px;line-height:14px;";
	this.item_link_hover_styles = "color:#FFF995; text-decoration:underline; font-family:Tahoma; font-size:11px; border-style:none;border-width:0px;line-height:14px;"; 

}


