

/**********************************************************************************************

                               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 id='vsborder0' style='border-style:none; border-width:1px; border-color:#000000;'>\
\
<div id='vscroll0' style='text-align:left;position:relative;display:none;z-index:0;'><ul>\
	<li delay=2><b>March 2008<br>Jerry Askew interviewed<br>over virus infected<br>computer gear</b><br><br><br><br></li>\
\
	<li delay=2><b>June 2006<br><em>Software Strategy<br>and Open Source</em></b><br>What are the pros and cons of Open Source software, and how do they affect your strategic decision making?  Download Jerry Askew's article <a href='http://www.askew.net/Software_Strategy_and_OSS.pdf'>here</a><br><br><br></li>\
\
	<li delay=2><b>June 2007<br>Jerry Askew spoke<br>at ILTA 2007</b><br>Sessions included:<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.askew.net/index.htm#ODF'>Open Office and ODF</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.askew.net/index.htm#virtual'>Maximizing Virtual Machines</a><br><br><br><br></li>\
\
</ul></div>\
\
</div>");

node7 = true
list7 = true


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 170
	this.container_height = 120



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 60			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 180			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 8			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "0,0,0,0"
	this.container_styles = "background-color:#0288CD;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/


	this.item_styles = "color:#FFFFFF; text-decoration:none; font-family:Trebuchet MS; font-size:11px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#FFFFFF; text-decoration:underline; font-family:Trebuchet MS; font-size:11px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#FFFFFF; text-decoration:none; font-family:Trebuchet MS; font-size:11px; border-style:none;border-width:0px;";

}


