function TrocaBanner() { 

var x = 1; 
x = Math.floor(Math.random()*7); 

if(x == 1){
document.write('<a href="http://www.somerj.com.br/revista/index.htm" target="_blank"><img border="0" src="../imagens/banner/revista_468x60.gif" alt="Revista da SOMERJ" width="468" height="60"></a>'); 
}
else 
{ 
if(x == 2){
document.write('<a href="http://www.centralmedica.org.br" target="_blank"><img border="0" src="../imagens/banner/central_468x60.gif" alt="Central de Convênios" width="468" height="60"></a>'); 
}
else 
{ 
if(x == 3){
document.write('<a href="http://www.somerj.com.br/somerj/cartao_fidelidade.htm" target="_blank"><img border="0" src="../imagens/banner/cartaofidelidade_468x60.gif" alt="Cartão Fidelidade SOMERJ" width="468" height="60"></a>'); 
}
else 
{ 
if(x == 4){
document.write('<a href="http://www.ipgmcc.com.br" target="_blank"><img border="0" src="../imagens/banner/carloschagas_468x60.gif" alt="Instituto de Pós-Graduação Médica Carlos Chagas" width="468" height="60"></a>'); 
}
else 
{ 
if(x == 5){
document.write('<a href="http://www.somerj.com.br/somerj/form_fale_conosco.htm" target="_blank"><img border="0" src="../imagens/banner/anuncieaqui_468x60.gif" alt="Anuncie Aqui!" width="468" height="60"></a>'); 
}
else 
{ 
if(x == 6){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60"><param name="movie" value="../imagens/banner/seguridade_468x60.swf"><param name="quality" value="high"><embed src="../imagens/banner/seguridade_468x60.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed></object>'); 
return(0); }
else 
{ 
document.write('<a href="http://www.somerj.com.br/somerj/form_fale_conosco.htm" target="_blank"><img border="0" src="../imagens/banner/anuncieaqui_468x60.gif" alt="Anuncie Aqui!" width="468" height="60"></a>'); 
}}}}}}}
