today=new Date(); jran=today.getTime(); var number = 12; var random_number=""; var text_color=""; ia=9301; ic=49297; im=233280; jran = (jran*ia+ic) % im; random_number = Math.ceil( (jran/(im*1.0)) *number); // Loads the appropriate image based on random number. if (random_number==1) { image = "images/home/quote1.gif"; quoteUrl = "personalstories/marya.html" } if (random_number==2) { image = "images/home/quote2.gif"; quoteUrl = "personalstories/annie.html" } if (random_number==3) { image = "images/home/quote3.gif"; quoteUrl = "personalstories/annie.html" } if (random_number==4) { image = "images/home/quote4.gif"; quoteUrl = "personalstories/suni.html" } if (random_number==5) { image = "images/home/quote5.gif"; quoteUrl = "personalstories/anna.html" } if (random_number==6) { image = "images/home/quote6.gif"; quoteUrl = "personalstories/annafriends.html" } if (random_number==7) { image = "images/home/quote7.gif"; quoteUrl = "personalstories/annafriends.html" } if (random_number==8) { image = "images/home/quote8.gif"; quoteUrl = "personalstories/brad.html" } if (random_number==9) { image = "images/home/quote9.gif"; quoteUrl = "personalstories/jaynee.html" } if (random_number==10) { image = "images/home/quote10.gif"; quoteUrl = "personalstories/jaynee.html" } if (random_number==11) { image = "images/home/quote11.gif"; quoteUrl = "personalstories/virginia.html" } if (random_number==12) { image = "images/home/quote12.gif"; quoteUrl = "personalstories/virginia.html" }