//-- Rotacion de Imagenes
function forum()
{
number = Math.floor(Math.random()*3)
if (number==0)
document.write('<a href="http://www.toutcostaricaforum.com/" target="_blank"><img src="images/forum/forum-01.jpg" alt="Costa Rica Forum" width="170" height="115" align="top" border="0"></a>')
if (number==1)
document.write('<a href="http://www.toutcostaricaforum.com/" target="_blank"><img src="images/forum/forum-02.jpg" alt="Costa Rica Forum"  width="170" height="115"  align="top" border="0"></a>')
if (number==2)
document.write('<a href="http://www.toutcostaricaforum.com/" target="_blank"><img src="images/forum/forum-03.jpg" alt="Costa Rica Forum"  width="170" height="115"  align="top" border="0"></a>')
}
//--
