

/**********************************************************************************************

                               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>June 2010 - <a href='http://www.plannsolutions.net/global/downloads/loudoun-times/' target='_blank'>Exec-u-sist: New Loudoun Business Provides Virtual Administrative Services</a><br></li>\
\
	<li delay=2>March 2010 - <a href='http://www.plannsolutions.net/global/downloads/documents/execusist_top10.pdf' target='_blank'>Exec-u-sist: Top 10 Ways We Can Help You Save Time</a><br></li>\
\
	<li delay=2>March 2010 - <a href='http://www.plannsolutions.net/global/downloads/documents/techknowledgy_tech-konnect0310.pdf' target='_blank'>TechKnowledgy: Newsletter - Volume 5, Issue 2</a><br></li>\
\
	<li delay=2>Jan 2010 - <a href='http://www.plannsolutions.net/global/downloads/documents/execusist_emailblast0110.pdf' target='_blank'>Exec-u-sist: A Tale Of The Last Minute Christmas</a><br></li>\
\
	<li delay=2>Jan 2010 - <a href='http://www.plannsolutions.net/global/downloads/documents/techknowledgy_tech-konnect0110.pdf' target='_blank'>TechKnowledgy: Newsletter - Volume 5, Issue 1</a><br></li>\
\
	<li delay=2>June 2009 - <a href='http://www.plannsolutions.net/global/downloads/documents/plannevent_top10.pdf' target='_blank'>Plan N Event: Top 10 Reasons To Hire Plan ‘N’ Event For Your Wedding</a><br></li>\
\
	<li delay=2>October 2008 - <a href='http://www.plannsolutions.net/global/downloads/documents/plannevent_holidaystress1008.pdf' target='_blank'>Plan N Event: Are your Business Meetings Making A Difference</a><br></li>\
\
	<li delay=2>March 2008 - <a href='http://www.plannsolutions.net/global/downloads/documents/execusist_pr0308.pdf' target='_blank'>Exec-u-sist and TechKnowledgy Team with HOT 99.5 and Flo Rida to sponsor Charity Basket Ball Game in Rockville, MD</a><br></li>\
\
	<li delay=2>January 2007 - <a href='http://www.plannsolutions.net/global/downloads/documents/techknowldgy_pr5yr.pdf' target='_blank'>TechKnowledgy: 5 Year Anniversary</a><br></li>\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 220
	this.container_height = 220
	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 = 100
	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:#ffffff; text-align:; font-family:Arial; font-size:11px; 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:#00d0e0; text-align:; font-family:Arial; font-size:11px; font-weight:; text-decoration:none; "


}

