
var quotes=new Array() //cambiar las frases 

quotes[0]='<table border="0" cellspacing="0" cellpadding="0">  <tr align="right">         <td><a href="age_01ene08.htm"target="cuerpo">01</a>-<a href="age_02feb08.htm" target="cuerpo">02</a>-<a href="age_03mar08.htm" target="cuerpo">03</a>-<a href="age_04abr08.htm" target="cuerpo">04</a>-<a href="age_05may08.htm" target="cuerpo">05</a>-<a href="age_06jun08.htm" target="cuerpo">06</a>-<a href="age_07jul08.htm" target="cuerpo">07</a>-<a href="age_08ago08.htm" target="cuerpo">08</a>-<a href="age_09sep08.htm" target="cuerpo">09</a>-<a href="age_10oct08.htm" target="cuerpo">10</a>-<a href="age_11nov08.htm" target="cuerpo">11</a>-<a href="age_12dic08.htm" target="cuerpo">12</a></td>    </tr></table>'

var whichquote=Math.floor(Math.random()*(quotes.length)) 

document.write(quotes[whichquote]) 
