

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

                               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=2>ORKA PS9 iron wins Best on Test in Today’s Golfer Iron Test<br><br><br></li>\
\
	<li delay=2>ORKA Cup Face Driver voted Best Value in Today’s Golfer Driver Test<br><br><br></li>\
\
	<li delay=2>Congratulations to staff player Jamie Mcleary for 2 top 20 finishes<br><br><br></li>\
\
    <li delay=2>ORKA PS9 iron wins Best Players Iron in National Club Golfer for 2nd year in a row<br><br><br></li>\
\
	<li delay=2>ORKA Launches new SGS Putter range to huge success<br><br><br></li>\
\
	<li delay=2>Congratulations to staff player Sarah Heath<br><br><br></li>\
\
	<li delay=2>Congratulations to staff player Tom Whitehouse on his top 20 finish<br><br><br></li>\
\
	<li delay=2>RS18 Wedge awarded Best in Class in National Club golfer<br><br><br></li>\
\
	<li delay=2>RS18 wedge highly recommended by Golf Monthly<br><br><br></li>\
\
    <li delay=2>Fantastic New Fitting Centre at Carus Green<br><br><br></li>\
\
	<li delay=2>ORKA launches first inner London site at Metrogolf, Paddington<br><br><br></li>\
\
	<li delay=2>ORKA GS5 OS irons win Best Value in Today’s Golfer<br><br></li>\
\
</ul></div></div></div>\
\
</div>");




 

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

                               Customizable Options and Styles

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


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 462
	this.container_height = 65
	this.top_pause_offset = 10


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

	this.initial_scroll_delay = 0

	this.animation_delay = 50
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-image:; padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#ffffff; text-align:; font-family:Arial; font-size:13px; 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:#ffffff; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; "


}

