

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

                               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>DEC 1 2007 <br> <a href='events.php#1'>joins BILD Association </a></li>\
\
	<li delay=2>DEC 6 2007 <br> <a href='events.php#2'>The Huntington </a></li>\
\
	<li delay=2>DEC 9 2007 <br> <a href='events.php#3'>777 Steeles </a></li>\
\
	<li delay=2>DEC 10 2007 <br> <a href='events.php#4'>Phase I - St. Gabriel </a></li>\
\
	<li delay=2>DEC 12 2007 <br> <a href='events.php#5'>Phase 4 - Wellington Crowne </a></li>\
\
	<li delay=2>JAN 3 2008 <br> <a href='events.php#6'>Phase I – Alton Village</a></li>\
\
    <li delay=2>JAN 9 2008 6 <br> <a href='events.php#7'>The Verve Lofts </a></li>\
\
    <li delay=2>JAN 14 2008  <br> <a href='events.php#8'>Plaster Moulding Section</a></li>\
\
    <li delay=2>JAN 17 2008  <br> <a href='events.php#9'>Circa Town Center </a></li>\
\
    <li delay=2>JAN 22 2008  <br> <a href='events.php#10'>Spring Garden Townhomes </a></li>\
\
    <li delay=2>JAN 30 2008  <br> <a href='events.php#11'>Phase 2 – Nuvo at Essex </a></li>\
\
</ul></div></div></div>\
\
</div> ");





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

                               Customizable Options and Styles

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


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 150
	this.container_height = 120
	this.top_pause_offset = 15


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

	this.initial_scroll_delay = 1

	this.animation_delay = 50
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


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

	this.container_styles = "width: 150px; height: 120px; margin: 0px;"
	this.item_link_styles = "color:#2d261c; text-align:center; font-family:Arial; font-size:8pt; font-weight:bold; text-decoration:none;"
	this.item_link_hover_styles = "color:#2d261c; text-align:center; font-family:Arial; font-size:8pt; font-weight:bold; text-decoration:underline;"
	this.item_styles = "color:#854c15; text-align:center; font-family:Arial; font-size:9pt; font-weight:bold; text-decoration:none; margin-bottom:15px; "


}


