

/**********************************************************************************************

                               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 style='list-style-image:none;' delay=20><div style='background-color:#b12691; color:#ffffff; text-align:center; margin:0 0 5px 0;'><b>SPLASH HAS MOVED!</b></div>Visit us at our new location, 4154 Duke Street.  We are at the southeast corner of the intersection of Duke and South Gordon Street.  The white picket fence surrounds both the two-story house and 16 parking places.<br><br>Barbeque lovers will miss Rockland's, but hamburger lovers will enjoy being across from Fuddrucker's.  We hope to see you soon!</li>\
\
	<li style='list-style-image:none;' delay=10><div style='background-color:#b12691; color:#ffffff; text-align:center; margin:0 0 5px 0;'><b>PADI eLEARNING</b></div>Start learning to SCUBA dive 24/7/365 with PADI elearning and then have Splash help you with the in water training at George Washington Recreation Center <a href='https://www.padi.com/elearning-scuba-registration/default.aspx'> Click to Register</a></li>\
\
	<li style='list-style-image:none;' delay=10><div style='background-color:#b12691; color:#ffffff; text-align:center; margin:0 0 5px 0;'><b>CABIN FEVER?</b></div>Are you a certified diver with cabin fever?  Did you know that you can start both the Nitrox course and the Advanced Open Water course on line in the comfort of that cabin?  Get the academic portions under your belt and then join the experienced staff of Splash for the practical portions of the courses when we thaw out.  For Nitrox, you'll analyze the gas blends at our shop.  For the Advanced Open Water course, you can join our offerings at either the Millbrook or Rawlings Virginia training locations, or book yourself on one of our dive trips like Florida, Bonaire, Belize or St. Maarten.  <a href='elearning.html'>Click here</a> to continue your adventure today.</li>\
\
</ul></div></div></div>\
\
</div>");






/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


     this.enable_visual_design_mode = false;

 	this.container_width = 375
	this.container_height = 420
	this.top_pause_offset = 5


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 50
	this.animation_jump = 2

	this.animation_delay_mac = 10
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:transparent; background-image:; border-style:none; border-color:#000000; border-width:1px; padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#b12691; text-align:justify; line-height: 18px; font-family:Arial; font-size:14px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "background-color:; background-image:; color:; text-align:; font-family:Arial; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:000000; text-align:justify; font-family:Arial; font-size:14px; line-height: 18px; font-weight:; text-decoration:none; "


}

