<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="../picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Spotlight<br></legend>');

document.write('<span class="sidebartext-right2">Financial Reform Legislation Provides Whistleblowers with Monetary Incentives to Report Fraud to SEC</span><br><a href="../clientalerts/Whistleblower Incentives - SEC.pdf">click here for more...</a><br><br>');

document.write('<strong>Firm Elects Mary Thomas a Director, Adds Antitrust Practice Group Headed by Robert Eisler, Promotes Ta, Sianni and Almeida to Senior Counsel</strong><br><a href="../pressrelease/antitrust_thomas.html">click here for more...</a><br><br>');

document.write('<strong>Ninth Circuit Determines that Backdating Case Against Apple can Proceed </strong><br><a href="../pressrelease/Apple_Opinion_012810.pdf">...click here to read the Court&#8217;s Opinion</a><br><br>');

document.write('<strong>Jay Eisenhofer discusses Goldman Shareholders Targeting Bonuses on Marketplace Radio with Amy Scott</strong><br><a href="http://marketplace.publicradio.org/display/web/2010/01/18/pm-goldman/">Listen to it here...</a><br><br>');

document.write('<strong>Stuart Grant discusses Bank Tax and Bonuses on Fox Business with Cheryl Casone</stong><br><a href="http://video.mww.com/ftpupload/FTPinbox/19/421_^_StuartGrant_01.18.10.wmv">Watch it here...</a><br><br>');

document.write('<strong>Jay Eisenhofer discusses Goldman Sachs on CNBC&#8217;s Call of the Wild.</strong><br><a href="http://www.cnbc.com/id/15840232?video=1359547129&play=1">Watch it here...</a><br><br>');

document.write('<strong>Grant &amp; Eisenhofer Files Derivative Suit Challenging Goldman Bonuses </strong><br><a href="../pressrelease/goldmansachs_121409.html">Click here for more...</a><br><br>');

document.write('<strong>G&amp;E Obtains<br>$400 Million Settlement in Case Against Marsh & McLennan Companies </strong><br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<br><center>');
document.write('<a href="../globalcash/index.html"><img src="../globalcash/images/gc_btn.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><center>');
document.write('<a href="../able/index.html"><img src="../able/images/able_btn.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><center>');
document.write('<a href="../dental/index.html"><img src="../dental/images/dental_btn.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><center>');
document.write('<a href="../shell/index.html"><img src="../shell/images/button_shell.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><center>');
document.write('<a href="../tyco/index.html"><img src="../tyco/images/button_tyco.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
document.write('<a href="../aig/index.html"><img src="../images/button_aig.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

/*  if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Save The Date<br></legend>');


document.write('<b>IIEF Global <br/> Shareholder Activism Conference/Webinar</b><br>December 3, 2009<br>New York<br><a href="http://www.iifoundation.org/NewYork09.cfm">Learn more...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}*/
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->