//-- Rotacion de Imagenes
function affilies()
{
number = Math.floor(Math.random()*3)
if (number==0)
document.write('<a href="http://www.toutcostaricahotels.com/" target="_blank"><img src="images/hotels-affilies/affilies-01.jpg" alt="Hôtels Affiliés" width="170" height="85" align="top" border="0"></a>')
if (number==1)
document.write('<a href="http://www.toutcostaricahotels.com/" target="_blank"><img src="images/hotels-affilies/affilies-02.jpg" alt="Hôtels Affiliés"  width="170" height="85"  align="top" border="0"></a>')
if (number==2)
document.write('<a href="http://www.toutcostaricahotels.com/" target="_blank"><img src="images/hotels-affilies/affilies-03.jpg" alt="Hôtels Affiliés"  width="170" height="85"  align="top" border="0"></a>')
}
//--
