var quotes=new Array()

//cambiar las frases

quotes[0]=' <IFRAME style="height:172px; width:148px; class="new" framespacing="0" border="0" cols="100%,*" frameborder="0" src="http://www.dolarencolombia.com/indicadores.php" scrolling="no" noresize>Su navegador no soporta el uso de frames.</IFRAME>'

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

