

/**********************************************************************************************

                               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 style="white-space:nowrap;">\
\
	<li delay=2 style="width:620;">Turn your VIEW into <font color=red><b>EXTRAORDINARY</b></font> with Revolution Windows and Doors!</li>\
\
	<li delay=2 style="width:620;">Need HELP trying to choose the RIGHT windows and doors? <font color=red><b>Call Revolution Windows and Doors TODAY!</b></font></li>\
\
	<li delay=2 style="width:620;"><b>IT IS A NEW YEAR</b> and the <b>TIME IS NOW 2010</b> which means now is the <b>TIME to UPGRADE</b> your old windows and doors <b>with NEW ones.</b></li>\
\
	<li delay=2 style="width:620;">WINTER HAS ARRIVED!  It is time to think about replacing your existing windows and doors with High Quality and Energy Efficient Windows and Doors to increase your energy savings annually.</li>\
\
</ul></div>\
\
</div>');









/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 620
	this.container_height = 20



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 20			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 50			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 8			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "7,0,0,0"
	this.container_styles = "background-color:#ffffff;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	
	this.message_gap = 0;

	this.item_styles = "color:#000000; text-decoration:none; font-family:Arial; font-size:9pt; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#21649F; text-decoration:none; font-family:Arial; font-size:9pt; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#21649F; text-decoration:underline; font-family:Arial; font-size:9pt; border-style:none;border-width:0px;";

}

