function TrocaBanner01()
{ 

var x = 1; 
x = Math.floor(Math.random()* 4); 

if (x == 1)
{
document.write('<br /><a href="http://www.moveltec.com.br" target="_blank"><img src="img/bn_moveltec.gif" alt="MóvelTec Móveis para Escritório" width="120" height="86"><\/a>');
} 
else if (x == 2)
{
document.write('<br /><img src="img/anuncie.gif" alt="ESPAÇO DISPONÍVEL - INFORME-SE: (13) 2101-2873" width="120" height="96" border="0" />'); 
}
else if (x == 3)
{
document.write('<br /><a href="http://www.jnmoura.com.br" target="_blank"><img src="img/bn_moura.jpg" title="Moura Informática\n Softwares Homologados para pequenas, médias e grandes empresas" width="120" height="79" border="0" /><\/a>'); 
}
else
{
<!-- document.write('<br /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="120" height="96"><param name="movie" value="img/bnn_intermedica.swf" /><param name="quality" value="high" /><embed src="img/bnn_intermedica.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="96"></embed></object><br /><br />'); -->
document.write('<br /><a href="http://www.proplastik.com.br" target="_blank"><img src="img/bn_proplastik.jpg" alt="Proplastik" width="120" height="149"><\/a>');
}

}

function TrocaBanner02()
{

var x = 1; 
x = Math.floor(Math.random()* 3); 

if(x == 1) 
{ 
document.write('<br /><a><img src="img/bn_ely_cury.gif" alt="Ely Cury Despachante" width="120" height="149" border="0"><\/a>'); 
return(0); 
}
else if (x == 2)
{
document.write('<br /><img src="img/bn_odontobase.gif" alt="Odontobase - Planos de Saúde Bucal" width="120" height="150" border="0" />'); 
}
else
{
document.write('<br /><a href="http://www.microhelp.com.br" target="_blank"><img src="img/bn_microhelp.gif" alt="Micro Help" width="120" height="96" border="0"><\/a>'); 
return(0); 	
}

}

function TrocaBanner03()
{

var x = 1; 
x = Math.floor(Math.random()* 2); 

if (x == 1)
{
document.write('<br /><a><img src="img/bn_mariano.gif" alt="Mariano Despachante" width="120" height="149" border="0"><\/a>'); 
}
else
{ 
document.write('<br /><a><img src="img/bn_esplendida.gif" alt="Esplêndida - Móveis e Decorações" width="120" height="149"><\/a>'); 
return(0); 
}

}

function TrocaBanner04()
{ 

var x = 1; 
x = Math.floor(Math.random()* 1); 

if(x == 1) 
{ 
document.write('<br /><a href="http://www.projetomoveis.com.br" target="_blank"><img src="img/bn_projetomoveis.gif" alt="Projeto Móveis" width="120" height="86"><\/a>'); 
return(0);
}

}
