function somequotes(){ 
var quotes=new Array() 

quotes[0]='<table width="181" border="0" cellpadding="0" cellspacing="0"><tr><td style="padding-left: 10" bgcolor="#A3ABB2"><p style="margin-top: 10; margin-bottom: 10"><a href="drugs.html" class="side">Defective Drugs<br></a><p style="margin-top: 10; margin-bottom: 10"><a href="birthinjuries.html" class="side">Birth Injuries</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="medicalmalpractice.html" class="side">Medical Malpractice</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="sickbuildingsasthma.html" class="side">&quot;Sick Buildings&quot; &amp; Asthma</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="constructionaccidents.html" class="side">Construction Accidents</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="motorvehicles.html" class="side">Motor Vehicle Accidents</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="headtrauma.html" class="side">Head Trauma</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="leadbasedpaintpoisoning.html" class="side">Lead Based Paint Poisoning</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="buildingsafetysecurity.html" class="side">Buildings Security/Safety</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="municipaltransitnegligence.html" class="side">Municipal/Transit Negligence</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="municipaltransitnegligence.html#5" class="side">Police Brutality</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="productsliability.html" class="side">Defective Products</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="employmentdiscrimination.html" class="side">Employment Discrimination</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="verdictsettlements.html" class="side">Verdicts &amp; Settlements</p></a></td></tr><tr><td bgcolor="#000000" style="padding-left: 10"><p style="margin-top: 10; margin-bottom: 10"><a href class="nav">HELPFUL LINKS</a></p></td></tr><tr><td valign="top" bgcolor="#24476B" style="padding-left: 10"><p><br></p><p margin-top: 10; margin-bottom: 10"><a href="http://www.cpsc.gov/" class="help" target="_blank">Consumer Product Safety Commission</a><p style="margin-top: 10; margin-bottom: 10"><a href="http://www.osha.gov/" target="_blank" class="help">Occupational Safety &amp; Health Administration</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="http://www.cdc.gov/" target="_blank" class="help">Center for Disease Control</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="http://www.pubmedcentral.nih.gov/" target="_blank" class="help">PubMed</a></p><p style="margin-top: 10; margin-bottom: 10"><a href="http://www.nytimes.com/" target="_blank" class="help">New York Times</a></p></td></tr></table>'
var whichquote=Math.floor(Math.random()*(quotes.length));//which quote to display 
var fontstylestart='<span class="nav">'; 
var fontstyleend='</span>' 
document.write(fontstylestart+quotes[whichquote]+fontstyleend) 
} 
somequotes();