

/**********************************************************************************************

                               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><a href='downloads/3Q09July.pdf' target='_blank'>Newsletter 07/09</a></li>\
\
	<li delay=2><a href='downloads/2Q09April.pdf' target='_blank'>Newsletter 04/09</a></li>\
\
	<li delay=2><a href='downloads/1Q09January.pdf' target='_blank'>Newsletter 01/09</a></li>\
\
	<li delay=2><a href='downloads/Fall_newsletter2008.pdf' target='_blank'>Newsletter 10/08</a></li>\
\
	<li delay=2><a href='downloads/3Q08July.pdf' target='_blank'>Newsletter 7/08</a></li>\
\
	<li delay=2><a href='downloads/TrendsSociallyResponsibleInvesting.pdf' target='_blank'>&#8220;Trends in Socially Responsible Investing&#8221;</a></li>\
\
	<li delay=2><a href='downloads/2Q08April.pdf'target='_blank'>Newsletter 4/08</a></li>\
\
	<li delay=2><a href='downloads/DistressedArticle_1Q08_Reformatted.pdf' target='_blank'>&#8220;Distressed Investing &#8211; The Ultimate Bargain Hunting&#8221;</a></li>\
\
	<li delay=2><a href='downloads/1Q08January.pdf' target='_blank'>Newsletter 1/08</a></li>\
\
	<li delay=2><a href='downloads/FocusedGlobalManagerDecember2007.pdf' target='_blank'>&#8220;Global Equity Management&#x3A; Tearing Down the Walls&#8221;</a></li>\
\
	<li delay=2><a href='downloads/4Q07October.pdf' target='_blank'>Newsletter 10/07</a></li>\
\
	<li delay=2><a href='downloads/TWSTInterviewSeptember2007.pdf' target='_blank'>&#8220;Customized Portfolio Management&#8221;</a></li>\
\
	<li delay=2><a href='downloads/EarningsQualityv3June2007.pdf' target='_blank'>&#8220;The Significance of Earnings Quality&#x3A; Why More Isn&#x92;t Necessarily Better&#8221;</a></li>\
\
	<li delay=2><a href='downloads/VentureCapitalBuyoutShadow.pdf' target='_blank'>&#8220;Venture Capital &#8211; In the Buyout Shadow&#8221;</a></li>\
\
	<li delay=2><a href='downloads/PrivateEquityWhereOpportunityMeetsComplexity.pdf' target='_blank'>&#8220;Private Equity&#x3A; Where Opportunity Meets Complexity&#8221;</a></li>\
\
	<li delay=2><a href='downloads/BeyondStrategicAssetAllocationDecember2006.pdf' target='_blank'>&#8220;Beyond Strategic Asset Allocation&#x3A; Tactical and Opportunistic Investing&#8221;</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 = 163
	this.container_height = 155
	this.top_pause_offset = 10


   /*---------------------------------------------
   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:#C3D6D8; padding-right:0px; padding-left:22px; margin-top:15px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#414415; text-align:; font-family:Verdana; font-size:10px; 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:; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:25px; background-color:; background-image:; color:#333333; text-align:; font-family:Verdana; font-size:10px; font-weight:; text-decoration:none; "


}

