// +----------------------------------------------+ //
// |  Copyright©2003, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //

tq=14;
var ran = Math.ceil(Math.random() * tq);

if (ran== 1) {lat='Quis custodiet ipsos cutodes?'; eng='Who watches the watchmen?';}
if (ran== 2) {lat='Postatem obscuri lateris nescitis!'; eng='You do not know the power of the Dark Side!';}
if (ran== 3) {lat='Carpe noctem!'; eng='Seize the night!';}
if (ran== 4) {lat='Semper letteris mandate!'; eng='Always get it in writing!';}
if (ran== 5) {lat='Ad eundum quo nemo ante iit'; eng='To boldly go where no man has gone before';}
if (ran== 6) {lat='Aegrescit medendo'; eng='The remedy is worse than the disease';}
if (ran== 7) {lat='Bene est rex esse!'; eng='It\'s good to be king!';}
if (ran== 8) {lat='Sic friatur crustum dulce.'; eng='That\'s the way the cookie crumbles';}
if (ran== 9) {lat='Lucracius, ego sum tu patris!'; eng='Luke, I am your father!';}
if (ran==10) {lat='Pullus est Mortuus'; eng='Muerto el pollo';}
if (ran==11) {lat='Primum non nocere'; eng='First, do no harm.';}
if (ran==12) {lat='Quondam acerbus bis timidus'; eng='Once bitten twice shy';}
if (ran==13) {lat='Is videor amo a bonus informatio procul vicis'; eng='It seemed like a good idea at the time';}
if (ran==14) {lat='Nescio quid dicas'; eng='I don\'t know what you\'re saying.';}

document.getElementById('verboseum').innerHTML = lat;
document.getElementById('angloseum').alt = eng;

// if (ran==(##)) {lat=''; eng='';}
// Don't forget to update the tq value !!!


 

