Nghiep Nguyen
Cosumnes River College
Adjunct Professor
Computer Information Science
Last Updated on 6/7/2004
|
Latest News:
Click on a news item |
|
Education || Experience || Resume
Schedule for Summer 2004, E-MAIL: nghiep_nguyen@yahoo.com
CISC-320 (10976) - Introduction to Unix (MW 5:00 P.M. - 6:45 P.M., Room BS-145B)
There have been footsteps on this page ...
Click here for your Fortune Cookie of the day???
YOUR FORTUNE"
//find random fortune
rand = Math.random();
rand = Math.round(rand*100);
while(rand > (text.length-1)) {
rand = Math.random();
rand = Math.round(rand*100);
} //end while
//set content to the random fortune
content += "" + text[rand] + "";
content += " |