
var quotes=new Array()

//cambiar las frases

quotes[0]='<div align="center"><span class="contenido"><a href="http://www.cafeytren.com/alojamiento/index.php" target="_blank" class="lateralbold" >Hoteles, Hostales...</a></span></div>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

