Delicious LinkedIn Facebook Twitter RSS Feed

Citas al recargar la página

Código:
<script type="text/javascript">
var Quotation=new Array()
Quotation[0] = "http://loseasi.blogspot.com/, el mejor sitio para aprender.";
Quotation[1] = "Escribe las citas que quieras en estos sitios.";
Quotation[2] = "Hoy es un día precioso para aprender algo nuevo";
Quotation[3] = "Soy un buen aprendiz.";
Quotation[4] = "Y encima nadie me hace caso en la vida :-(.";
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation() {
document.write(Quotation[whichQuotation]);}
</script>

0 comments:

Post a Comment