//-- Rotacion de Imagenes
function products3()
{
number = Math.floor(Math.random()*4)
if (number==0)
document.write('<a href="products.html"><img src="images/girasol.jpg" alt="Bio Power" width="185" height="240" border="0"></a>')
if (number==1)
document.write('<a href="products.html"><img src="images/palma_africana.jpg" alt="Bio Power" width="190" height="240" border="0"></a>')
if (number==2)
document.write('<a href="products.html"><img src="images/switch_grass.jpg" alt="Bio Power" width="195" height="240" border="0"></a>')
if (number==3)
document.write('<a href="products.html"><img src="images/maiz.gif" alt="Bio Power" width="190" height="240" border="0"></a>')

}
//--