var quotes=new Array()

//cambiar las frases

quotes[0]=' <IFRAME STYLE="width:55px;height:10px;border-style:solid;border-width:0"; MARGINHEIGHT="0"; MARGINWIDTH="0"; src="http://www.dolarencolombia.com/cartagenainfo/dolar.php"; scrolling=no resize>Su navegador no soporta el uso de frames.</IFRAME>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

