

/**********************************************************************************************

                               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=9> March 29, 2010<br/> Dr. Les Krieger will be presenting a program, <b>'Hiring Smart'</b>, at the annual conference of Workplace Furnishings member dealerships in Bonita Springs, FL.</li>\
\
<li delay=9> March 11, 2010<br/> Dr. Chris Steilberg and Dr. Les Krieger participate as guest faculty members at Florida State College in Jacksonville.</li>\
\
<li delay=9> March 10, 2010<br/> Dr. Les Krieger's <b>Success vs. Wisdom: Phenomenological Foundations of Psychological Practice</b> is accepted into the <b>The Psychologist-Manager Journal</b></li>\
\
<li delay=9> February 19, 2010<br/> Dr. Les Krieger submits <b> Success vs. Wisdom: Phenomenological Foundations of Psychological Practice</b> to <b>The Psychologist-Manager Journal</b><a href='http://www.assessment-tech.com/pdf/Success vs. Wisdom1.pdf'> &raquo; download the paper here</a></li>\
\
<li delay=9> February 5, 2010<br/> Dr. Les Krieger was a panel member at the American Bar Association Metropolitan Bar Caucus program on<b> 'Role Balance for Metropolitan Bar Presidents'</b> in Orlando, FL.<a href='http://www.assessment-tech.com/pdf/Balancing Roles Brochure1.pdf'>&raquo; download here</a></li>\
\
<li delay=9> January 28, 2010<br/> Dr. Dale Campbell and Dr. Les Krieger of ATG along with Anna Lebesch, VP of Workforce Development at St. Johns river Community College presented a program, <b>'Aligning Talent Across Education and Business: The Value of Objective Assessment of Jobs and People'</b> at the AACC annual Workforce Development Institute in St. Petersburg, FL.</li>\
\
<li delay=9> January 5, 2010<br/> ATG extends a warm welcome to our new employee Jessy Frye!!</li>\
\
<li delay=9> December 24, 2009<br/> ATG would like to wish everyone a <b>Happy Holiday and Happy New Year!! </b></li>\
\
<li delay=9> November 23, 2009<br/> ATG is recognized by National Council for Continuing Education and Training <b> NCCET</b><a href='http://www.assessment-tech.com/images/NCCET Diploma.pdf'> &raquo;details here</a></li>\
\
<li delay=9> October 26, 2009<br/> Dr. Les Krieger recently published<b> The Measurement of Workforce Needs as a Source for Training Customization</b><a href='http://www.assessment-tech.com/pdf/DSD Workforce Dev. Article.pdf'> &raquo;download here</a></li>\
\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 235
	this.container_height = 250
	this.top_pause_offset = 0


   /*---------------------------------------------
   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 = "background-color:#f5f5f5; background-image:; border-style:dashed; border-color:#000000; border-width:1px; padding-right:10px; padding-left:10px; "
	this.container_styles = "padding-right:0px; padding-left:0px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#e76e34; text-align:; font-family:Verdana,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:#e76e34; text-align:; font-family:Verdana,Arial; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#666666; text-align:; font-family:Verdana,Arial; font-size:11px; font-weight:; text-decoration:none; "


}

