<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
         rnd.seed = (rnd.seed*9301+49297) % 233280;
         return rnd.seed/(233280.0);
};

function rand(number) {
         return Math.ceil(rnd()*number);
};

<!--
// Script by Evan Nemerson
//
// E-mail:      evangnem@icqmail.com
// Web Site:    http://SitesByEvan.8m.com/
// Voice Mail:  (760)708-6400 x2871
//
// This script may be reproduced and/or re-distributed infinitly
// so long as all comments are left intact.
//
//
// Here's where you can edit the script. Replace the number inside
// of the parenthises after "rand" with how many quotes you want
// the script to choose from. Add or delete if statements as
// needed. If you have any questions, contact me.
var number=rand(7)-1
var quote="quote1"
if (number == 0) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation01.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 1) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation02.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 2) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation03.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 3) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation04.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 4) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation05.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 5) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation06.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
if (number == 6) {quote1="<img src=\"http://www.wc.edu/career/themes/Default/thumbs/rotation07.jpg\" alt=\"Photo\" style=\"background-color: transparent; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; clear: both;\" hspace=\"0\" vspace=\"0\" border=\"0\">"; author1="";};
// -->

