var quotes = new Array;

quotes.push("Our entire staff has been raving about the program since we left and were retelling stories this morning.");

quotes.push("It was a pivotal point in the week for both the fellows and us.");

quotes.push("There is something truly indescribable about your work.");



document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
