//-- Rotacion de Imagenes
function products2()
{
number = Math.floor(Math.random()*7)
if (number==0)
document.write('<img src="images/biodiesel_pump.jpg" alt="Consenergy produtcs" width="185" height="240" border="0">')
if (number==1)
document.write('<img src="images/off_grid_pv.jpg" alt="Consenergy produtcs" width="190" height="240" border="0">')
if (number==2)
document.write('<img src="images/foto1.jpg" alt="Consenergy produtcs" width="195" height="240" border="0">')
if (number==3)
document.write('<img src="images/products.jpg" alt="Consenergy produtcs" width="190" height="240" border="0">')
if (number==4)
document.write('<img src="images/off_grid_system02.jpg" alt="Consenergy produtcs" width="190" height="240" border="0">')
if (number==5)
document.write('<img src="images/renewable_energy/charge-controllers.jpg" alt="Consenergy produtcs" width="190" height="240" border="0">')
if (number==6)
document.write('<img src="images/lighting_01.jpg" alt="Consenergy produtcs" width="190" height="240" border="0">')
}
//--