//-- Rotacion de Imagenes
function products()
{
number = Math.floor(Math.random()*2)
if (number==0)
document.write('<a href="products.html"><img src="images/products/energy_source_01.gif" alt="An Alternative Energy Source or Company" width="385" height="68" border="0"></a>')
if (number==1)
document.write('<a href="http://www.convencionsolarcostarica.com" target="_blank"><img src="images/products/energy_source_02.gif" alt="Convencion Solar 2009" width="385" height="68" border="0"></a>')
}
//--