var random = new Array ();

	random[0] = "It's the perfect companion to any major.  No matter what industry we choose to pursue, written and verbal communication will be an essential skill that will set us apart in a pool of employees. - Justin";
	random[1] = "I major in Writing & Rhetoric because I am a writer; as a writer, language is obviously of considerable importance (and fascination) to me. - Kate";
	random[2] = "In business deals, grant proposals, stories with a means to reach people, and millions of real-world scenarios, my major in invaluable! - Chris";
	random[3] = "Rhetoric helps people see the world in a different way.  It allows you to explore the different options until you find what you're looking for.  It gives me the opportunity to make a difference and see things in a new way.  With rhetoric, you are never done learning; it becomes a constant lesson, a lesson of who you are, your abilities, and the world around you. - Juelia ";
	random[4] = "It is about communicating effectively in any situation. In a world where communication is so essential to daily life, this ability sure comes in handy. - Samantha";
	random[5] = "No matter what my future holds for me, I know that there will be writing involved. - Lizz";
	random[6] = "It's about taking what you know and making the largest impact you can with it. - Ludy";
	random[7] = "I chose to major in Writing & Rhetoric because it affects every aspect of everyday life. - Mercer ";

var lastNum = 7;

var i = Math.floor((lastNum + 1) * Math.random());

document.write(random[i]);