function honorshome()
{
//16
var ranNum= Math.round(Math.random() * 16);
if (ranNum == 0){document.write('
The Lied Library, home of the Honors College, is a vibrant part of the campus and the surrounding community.'); } // 9 if (ranNum == 1){document.write('

Honors Students often get together to work on class projects in the Honors College Study Lounge.'); } // 12 if (ranNum == 2){document.write('

Honors College students Shipra and Elizabeth study in the Honors College lounge.'); } // D6620633 if (ranNum == 3){document.write('

Honors Student Patricia studies in the Honors College Computer Lab.'); } // D66020655 if (ranNum == 4){document.write('

National Merit Finalist and MGM Mirage Academic Excellence Scholarship Recipient Holly is a dual major in Computer Engineering and Psychology.'); } // holly if (ranNum == 5){document.write('

Dr. Satish Sharma, a professor of Social Work, teaches seminars on Mahatma Gandhi and Leo Tolstoy for the Honors College.'); } // D6605708 if (ranNum == 6){document.write('

Martin, an International Student from Mexico, is a member of both the Honors College and the William F. Harrah College of Hotel Administration.'); } // D6686708 if (ranNum == 7){document.write('

Yamini, an Honors College student and a double major in Political Science and Economics, is the Opinion editor for The Rebel Yell student newspaper.'); } // D6686719 if (ranNum == 8){document.write('

Honors College Dean Peter Starkweather addresses students and faculty at the semi-annual Honors College Poster Session.'); } // peterposter if (ranNum == 9){document.write('

The Honors College staff is dedicated to student success. From left: Lisa Chastain, Director of Advising and Recruitment, Beverly Sabedra, Executive Assistant, Angela Stone-Guidry, Office Manager, Tiffany Schmier, Senior Academic Advisor, and Peter Starkweather, Dean.'); } // staffphoto if (ranNum == 10){document.write('

Dean Peter Starkweather and Honors Student Juan Plata share information with attendees of the Honors College Semi-annual Poster Session.'); } // juan if (ranNum == 11){document.write('

Honors students enjoy an Ice Cream Social as part of the University\'s Weeks of Welcome.'); } // icecreamsocial if (ranNum == 12){document.write('

UNLV President Neal Smatresk addresses new Honors College students as part of the University\'s weeks of welcome.'); } // smatresksocial if (ranNum == 13){document.write('

Honors Student Chee enjoys a game of Frisbee during the Honors College Fall Kickoff event.'); } // frisbee if (ranNum == 14){document.write('

Honors Student Council plans Movie Nights, Book Club and other social and community service events for Honors College students each semester. Get involved today!'); } // hsc if (ranNum == 15){document.write('

Honors students chat during the Honors College Fall Kickoff event.'); } // kickoff if (ranNum == 16){document.write('

Honors students dance to the beat at the Honors College Fall Kickoff event.'); } // picnic }