function hotelstudentorgsright()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('
Living in the Hotel House — special housing for Harrah Hotel College students — has its advantages. The obvious is spending time with students who have similar interests and career goals. Other benefits include special events like the Etiquette Dinner where students learn which-fork-is-which, in addition to other things, while enjoying a wonderful meal.'); } // Photo1 if (ranNum == 1){document.write('

Hospitality career panels, sponsored by the Bob Boughner Career Center, give students the opportunity to meet prospective employers and learn about career opportunities.'); } // Photo2 if (ranNum == 2){document.write('

Making contacts is an important part of the Fall Marketplace held each year in October.'); } // Photo3 if (ranNum == 3){document.write('
'); } // Photo4
if (ranNum == 4){document.write('
More than 100 mentors and mentees get acquainted each year at the Mentor Welcome Reception.'); } // Photo5 if (ranNum == 5){document.write('

At the Mentor Welcome Reception, mentors and mentees get acquainted and start a year-long process of learning, shadowing, and relationship building.'); } // Photo6 if (ranNum == 6){document.write('
'); } // Photo7
}