 var quotes=new Array() 
//cambiar las frases 
quotes[0]='<a href="/email.htm">&iexcl;Con&eacute;ctate a la fiesta!<br>redaccion@otromenguante.cl</a>' 
quotes[1]='<a href="/email.htm">Oye, logo(a)... t&iacute;rate el emilio <br> redaccion@otromenguante.cl</a>' 
quotes[2]='<a href="/email.htm">Con&eacute;ctate a la diferencia: <br> redaccion@otromenguante.cl</a>' 
quotes[3]='<a href="/email.htm">&iquest;De verdad no nos vas a escribir? Snif, snif... <br>redaccion@otromenguante.cl</a>' 
quotes[4]='<a href="/email.htm">Ring, ring, ring... conect&aacute;ndose...<br>redaccion@otromenguante.cl</a>' 
quotes[5]='<a href="/email.htm">&iquest;Desconectado(a)? <br>redaccion@otromenguante.cl</a>' 
quotes[6]='<a href="/email.htm">&iquest;Quieres alegar? Haznos llorar con un mail. <br>redaccion@otromenguante.cl</a>' 
quotes[7]='<a href="/email.htm">&iexcl;Rep&iacute;telo 100 veces! <br>redaccion@otromenguante.cl</a>' 
quotes[8]='<a href="/email.htm">&iquest;No te sabes nuestro correo electr&oacute;nico? <br>redaccion@otromenguante.cl</a>' 
quotes[9]='<a href="/email.htm">&iexcl;No te quedes afuera! <br>redaccion@otromenguante.cl</a>' 
quotes[10]='<a href="/email.htm">&iexcl;No marques ocupado! <br>redaccion@otromenguante.cl</a>' 
quotes[11]='<a href="/email.htm">&iquest;Nos vas a dejar plantados(as)? <br>redaccion@otromenguante.cl</a>' 
quotes[12]='<a href="/email.htm">&iexcl;A conectarse se ha dicho! <br>redaccion@otromenguante.cl</a>' 
quotes[13]='<a href="/email.htm">&iquest;Para qu&eacute; tienes e-mail? &iexcl;usalo! <br>redaccion@otromenguante.cl</a>' 
quotes[14]='<a href="/email.htm">&iexcl;Hey, connect to OtroMenguante.cl! <br>redaccion@otromenguante.cl</a>' 
quotes[15]='<a href="/email.htm">Su Realeza, &iquest;nos conceder&iacute;a el honor de enviarnos un e-mail? <br>redaccion@otromenguante.cl</a>' 
quotes[16]='<a href="/email.htm">&iquest;Todav&iacute;a no te conectas? <br>redaccion@otromenguante.cl</a>' 
quotes[17]='<a href="/email.htm">&iquest;Quieres tener amigos(as) diferentes? <br>redaccion@otromenguante.cl</a>' 
quotes[18]='<a href="/email.htm">&iquest;Quieres saludarnos? <br>redaccion@otromenguante.cl</a>' 
quotes[19]='<a href="/email.htm">&iquest;Quejas? <br>redaccion@otromenguante.cl</a>' 
quotes[20]='<a href="/email.htm">&iquest;Sugerencias? <br>redaccion@otromenguante.cl</a>' 
quotes[21]='<a href="/email.htm">&iquest;Felicitaciones? <br>redaccion@otromenguante.cl</a>' 
quotes[23]='<a href="/email.htm">&iquest;Dudas? <br>redaccion@otromenguante.cl</a>' 
quotes[24]='<a href="/email.htm">&iquest;Alegatos? <br>redaccion@otromenguante.cl</a>' 
quotes[25]='<a href="/email.htm">&iquest;Algo malo? <br>redaccion@otromenguante.cl</a>' 
quotes[27]='<a href="/email.htm">&iquest;Comentarios? <br>redaccion@otromenguante.cl</a>' 
quotes[28]='<a href="/email.htm">&iquest;Quieres participar de Otromenguante? <br>redaccion@otromenguante.cl</a>' 
quotes[29]='<a href="/email.htm">&iquest;Quieres llorar? <br>redaccion@otromenguante.cl</a>' 
quotes[30]='<a href="/email.htm">&iquest;Quieres patalear? <br>redaccion@otromenguante.cl</a>' 
quotes[31]='<a href="/email.htm">&iquest;Tienes material que aportar? <br>redaccion@otromenguante.cl</a>' 
quotes[33]='<a href="/email.htm">&iquest;Quieres re&iacute;r? <br>redaccion@otromenguante.cl</a>' 
quotes[34]='<a href="/email.htm">&iexcl;Atr&eacute;vete a conectarte! <br>redaccion@otromenguante.cl</a>' 
quotes[35]='<a href="/email.htm">Otromenguante la lleva, &iquest;y t&uacute;? <br>redaccion@otromenguante.cl</a>' 
quotes[36]='<a href="/email.htm">&iexcl;Santa Cachucha! &iexcl;Qu&eacute; chido es conectarse! <br>redaccion@otromenguante.cl</a>'
var whichquote=Math.floor(Math.random()*(quotes.length)) 
document.write(quotes[whichquote])
