

/**********************************************************************************************

                               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><a href='http://cgs.computershare.com/news2/20091001.html'>UAE Prepares for 2010 corporate Governance Regulations...  <img src='http://cgs.computershare.com/scroll2/arrow_right.gif' border=0></a><br><br></li>\
\
	<li delay=2><a href='http://cgs.computershare.com/news2/20090801.html'>Computershare Enters Scandinavian Registry Market...  <img src='http://cgs.computershare.com/scroll2/arrow_right.gif' border=0></a><br><br></li>\
\
	<li delay=2><a href='http://cgs.computershare.com/news2/20090701.html'>Thousands of UK Companies Risk Falling Foul of New Companies House Reporting Rules...  <img src='http://cgs.computershare.com/scroll2/arrow_right.gif' border=0></a><br><br></li>\
\
	<li delay=2><a href='http://cgs.computershare.com/news2/20090601.html'>Companies Are Failing To Keep Their Overseas Subsidiary Reporting In Good Shape...  <img src='http://cgs.computershare.com/scroll2/arrow_right.gif' border=0></a><br><br></li>\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 190
	this.container_height = 170
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "padding-right:10px; padding-top:0; padding-left:15; padding-bottom:15; text-align:justify;"
	this.item_link_styles = "font-family:Verdana; font-size:10px; font-weight:; text-decoration:none; padding-top:0; padding-right:; padding-bottom:; padding-left:; color:#7D7D7D;"
	this.item_link_hover_styles = "font-family:Verdana; font-size:10px; font-weight:; text-decoration:underline; padding-top:0; padding-right:; padding-bottom:; padding-left:; "
	this.item_styles = "background-color:; background-image:; color:#063868; text-align:; font-family:Verdana; font-size:10px; font-weight:; text-decoration:none; "


}

