

/**********************************************************************************************

                               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>Aug 2009<br> <a href='news-acupuncture.php'>You are invited to visit us @Toronto *CNE Show in Direct Energy Center* (Aug 21-Sept 7) Booth #1206</a></li>\
\
	<li delay=2>May 2009<br> <a href='news-acupuncture.php'>You are invited to visit us @Las Vegas *Int'l Anti-Aging Show* *May 30-31*</a></li>\
\
	<li delay=2>Apr 2009<br> <a href='news-acupuncture.php'>You are invited to visit us @Toronto Direct Energy Center*Green Living Show (April 24-26) Booth #2420</a></li>\
\
	<li delay=2>Apr 2009<br> <a href='news-acupuncture.php'>You are invited to visit us @Toronto MTCC *Total Health Show* (April 17-19) Booth #326</a></li>\
\
	<li delay=2>Mar 2009<br> <a href='news-acupuncture.php'>You are invited to visit us Int'l Center Toronto: -Home & Garden Show / Booth K-7* Mar 19 to 22, 2009; -Anti-aging Show / Hall 6, booth 145* from Apr 3 to 5, 2009</a></li>\
\
	<li delay=2>Mar 2009<br> <a href='http://www.internationalhomeshow.ca/'>International Home & Garden Show at International Centre Toronto 19-22 March 2009</a></li>\
\
	<li delay=2>Mar 2009<br> <a href='http://www.openupexpo.com'>Health & Living Expo in Waterloo 7-8 March 2009</a></li>\
\
	<li delay=4>Mar 2009<br> <a href='http://www.staples.ca/'>Cooperation with Staples. For more detail please visit Staples at North York Centre</a></li>\
\
	<li delay=2>Jan 2009<br> <a href='news-acupuncture.php'>Signa Healthcare Toronto New Office opened in Xerox Building of North American Center on January 1st 2009</a></li>\
\
	<li delay=2>Jan 2008<br> <a href='news-acupuncture.php'>NEW Easy Reference Checklist</a></li>\
\
	<li delay=2>Dec 2007<br> <a href='news-acupuncture.php'>Tell us your story!</a></li>\
\
	<li delay=2>Dec 2007<br> <a href='news-acupuncture.php'>NEW instructions for use PDF</a></li>\
\
</ul></div></div></div>\
\
</div> ");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 214
	this.container_height = 90
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 1

	this.animation_delay = 85
	this.animation_jump = 4

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	/*the box*/this.container_styles = "background-color:#ffffff; margin:0px; padding:0px 0px 0px 10px; font-family:Helvetica, Arial, sans-serif; font-size:8pt; font-weight:bold; "
	/*the link*/this.item_link_styles = " font-size:8pt; color:#1c7192; text-align:left;  font-weight:bold; text-decoration:none; margin:0px; padding:0px;"
	/*the link hover*/this.item_link_hover_styles = " font-size:8pt; color:#70aec6; text-decoration:none;  text-align:left;"
	/*the title*/this.item_styles = " font-size:8pt; color:#ef4300; text-decoration:none; margin-bottom:10px;  text-align:left;"


}


