//-- Rotacion de Imagenes
function hotel()
{
number = Math.floor(Math.random()*3)
if (number==0)
document.write('<a href="hotel-costa-rica.html"><img src="images/hotel/hotel-chez-pierre-costa-rica-01.jpg" alt="Hotel" width="250" height="150" align="top" border="0"></a>')
if (number==1)
document.write('<a href="hotel-costa-rica.html"><img src="images/hotel/hotel-chez-pierre-costa-rica-02.jpg" alt="Hotel"  width="250" height="150"  align="top" border="0"></a>')
if (number==2)
document.write('<a href="hotel-costa-rica.html"><img src="images/hotel/hotel-chez-pierre-costa-rica-03.jpg" alt="Hotel"  width="250" height="150"  align="top" border="0"></a>')
}
//--
