| |
<script>
//quoters
//David Fang, 10/07
var roll;
var quote;
roll = Math.floor(Math.random() * 5) +1;
switch (roll)
{
case 1:
quote = "Thou Shall not kill";
break;
case 2:
quote = "Thou shall not steal";
break;
case 3:
quote = "Thou shall listen to thy masta";
break;
case 4:
quote = "Truth be told";
break;
case 5:
quote = "I can live eternally";
break;
default:
quote = "ERROR!!"
}
alert(quote);
</script>
|
Links
1. SLHS
2. SLHSXC
3. JMMS
Contact me
Class links
Computer Science
Five Classmates
1. Julio Maravilla
2. Norman Duong
3. Huy Vo
4. Titus Green
5. Jack Li
|