quotes = new Array(
"AbbeyMillage.jpg", "My name is Abbey Millage. I am a junior, human development major and I use Morgan Library to come and study, to keep away from distraction, and to have a wide variety of resources to use in my work.",
"BrianWesterhoff.jpg", "My name is Brian Westerhoff. Junior. Biology Education major. I use Morgan Library to get away from home and keep me from getting lazy.",
"CassieLamson.jpg", "My name is Cassie Lamson and I am a freshman and my major is journalism and I use the Morgan Library because it has spacious desks to spread all my paperwork on.",
"DebraRice.jpg", "Deborah Rice. Sophmore. Art History. I use the library for homework and to broaden my horizons.",
"DrewAnderson.jpg", "My name is Drew Anderson, history major and I use Morgan Library as a quiet place to study, and for the resources as far as the books and internet. Also the librarians are very knowledgeable about helping you find resources…The internet connection is a lot faster than mine at home. Basically, the library is the best academic port on campus to speak of.",
"EmilyWortmonWunder.jpg", "My name is Emily Wortmon-Wunder. I'm a research associate in horticutlture at CSU. I use the library for work. Right now I'm using the library to do research for a book proposal that my boss is writing.",
"HilarionTatad.jpg", "Hilarion Tatad. Construction Management Major. Sophomore and a half. Transfer. I use the library to do my homework, use the computer, and take naps.",
"JonathanSterling.jpg", "I'm Johnathan Sterling. I'm a freshman here at CSU. I study engineering. I use the Morgan Library because at the top of it, on the third story, you can have a good view of the mountains which will easily distract you from your work which is necessary in such a quiet place.",
"JustinHarsen.jpg", "Justin Harsen, Senior, Economics, I use the library to study and to meet up with my groups for presentations.",
"LukeHarrington.jpg", "My name is Luke Harrington. I'm a junior. Biochemist. I use the library. Yes I do. Quite a bit. At least twice a week. Usually in the evenings and other municipal purposes.",
"MarkeithVoltz.jpg", "My name is Markeith L. Voltz. My major is graphic design with a minor in computer science and I am a sophomore. I use the library because it's the only really place I can go to get some peace and quiet. I like the colors it's very relaxing. Well, I don't have my own computer so it's a very valuable resource for me for that.",
"NataliePlegge.jpg", "I'm Natalie Plegge. I'm a senior, biology/biomedical sciences major. I use the library between classes to get homework done because it's less of a distraction and they have a lot of resources.",
"TrevorJohnson.jpg", "My name is Trevor Johnson. I'm a junior, English Education major. I use Morgan Library for studying and for the computer lab.",
"group.jpg", "Cassie McCullough. Lauran Guiy. Alyssa Striely. Biomedical majors. We use the library to work in groups.",
"photo-not-available.gif", "My name is Luke Outwater. I'm a senior at CSU. Major's mathematics. I use Morgan library because it's a convenient place to meet other people in my classes.",
"photo-not-available.gif", "My name is Shaun Robinson and I'm a Senior and mathematics major. I like the library because it's a great environment to study.",
"photo-not-available.gif", "My name is Katie Gerow. I am a freshman. My major is sports medicine. I use the library because it's a good, quiet place to study."
);
quoteNo = Math.floor(Math.random()*(Math.floor(quotes.length/2)));
student = quotes[quoteNo*2];
quote = quotes[quoteNo*2 + 1];
document.writeln('<p style="font-size: 0.9em;"><img src="images/students/' + student + '" width="80" height="80" style="float: left; border: 0; margin: 5px 10px 0 0;" alt="' + student + '" />&ldquo;' + quote + '&rdquo;</p>');
