<!-- College Profile Information

page = 1;
university_image[page] = "college-su.jpg";
university_name[page] = "Seattle University";
university_desc[page] = "Seattle University is a truly urban university, with an educational mission based on the core values of Person, Society, World, Truth, and Action.";

page = 2;
university_image[page] = "college-whitworth.jpg";
university_name[page] = "Whitworth University";
university_desc[page] = "Whitworth University's mission is to provide its student body with an education of the heart and mind; it is not afraid to ask the big questions and search for truth where it is found.";

page = 3;
university_image[page] = "college-plu.jpg";
university_name[page] = "Pacific Lutheran University";
university_desc[page] = "Pacific Lutheran University seeks to empower students for lives of thoughtful inquiry, service, leadership, and care-for other persons, for the community, and for the earth.";

page = 4;
university_image[page] = "college-wallawalla.jpg";
university_name[page] = "Walla Walla University";
university_desc[page] = "Walla Walla University is committed to excellence in thought, it seeks to impart a broad knowledge of the arts, sciences, and professions by careful instruction and open inquiry at both the undergraduate and graduate levels.";

page = 5;
university_image[page] = "college-spu.jpg";
university_name[page] = "Seattle Pacific University";
university_desc[page] = "Seattle Pacific University - Engaging the culture. Changing the world. SPU seeks to graduate people of competence and character, to become people of wisdom and to model a grace-filled community.";

page = 6;
university_image[page] = "college-heritage.jpg";
university_name[page] = "Heritage University";
university_desc[page] = "Heritage University attempts to live its motto &#147;Knowledge Brings Us Together&#148; by placing great importance on the potential of each student and by considering cultural and ethnic backgrounds as assets to the education process.";

page = 7;
university_image[page] = "college-ups.jpg";
university_name[page] = "University of Puget Sound";
university_desc[page] = "University of Puget Sound is a nationally ranked liberal arts college in the beautiful Pacific Northwest, it is proud of its strong commitment to teaching excellence, scholarly engagement, and fruitful student-faculty interaction.";

page = 8;
university_image[page] = "college-martins.jpg";
university_name[page] = "Saint Martin&#146;s University";
university_desc[page] = "Saint Martin&#146;s University is committed to the student, the community, and the world - To know, to care, to serve, to educate.";

page = 9;
university_image[page] = "college-gonzaga.jpg";
university_name[page] = "Gonzaga University";
university_desc[page] = "Gonzaga University has an educational philosophy based on the 450-year Ignatian model that aims to educate the whole person-mind, body, and spirit- an integration of science and art, faith and reason, action and contemplation.";

page=10;
university_image[page] = "college-whitman.jpg";
university_name[page] = "Whitman College";
university_desc[page] = "Whitman College is an independent, coeducational, non-sectarian, residential liberal arts and sciences undergraduate college.  It has the highest graduation rate of any college in the Pacific Northwest."

var get_university = "";

					if (student_university[random_student] =='Seattle University') {get_university=1;}
					if (student_university[random_student] =='Whitworth University') {get_university=2;}
					if (student_university[random_student] =='Pacific Lutheran University') {get_university=3;}
					if (student_university[random_student] =='Walla Walla University') {get_university=4;}
					if (student_university[random_student] =='Seattle Pacific University') {get_university=5;}
					if (student_university[random_student] =='Heritage University') {get_university=6;}
					if (student_university[random_student] =='University of Puget Sound') {get_university=7;}
					if (student_university[random_student] =='Saint Martin&#146;s University') {get_university=8;}
					if (student_university[random_student] =='Gonzaga University') {get_university=9;}
					if (student_university[random_student] =='Whitman College') {get_university=10;}

-->