Quotes
<script>var quotes = new Array();
quotes[0] = "xaksi au baksi. toŋi epəval.\n anja Viliaŋsakspi";
quotes[1] = "a tera";
document.getElementById("quote").innerHTML = quotes[Math.floor((Math.random() * quotes.length))];</script>
<p id="quote"></p>
Comments
Post a Comment