function employmentdidyouknow() { //11 var ranNum= Math.round(Math.random() * 11); if (ranNum == 0){document.write('
UNLV employees are eligible for a discounted rate at the University Preschool. For preschool hours, rates, and additional information, go to preschool.unlv.edu.
'); } // preschool if (ranNum == 1){document.write('Full-time UNLV employees are eligible for interest-free computer loans up to $2,500. For more information, contact 895-3683.
'); } // computer if (ranNum == 2){document.write('As a UNLV employee, you and your family may be eligible to take classes or pursue a degree at a discounted rate. Learn more about our education assistance programs.
'); } // takeclasses if (ranNum == 3){document.write('Professional development workshops are available at no cost to UNLV employees through the UNLV Staff Development Office (PDF).
'); } // prodevelopment if (ranNum == 4){document.write('The UNLV basketball team made it to the Sweet 16 in the playoffs during the 2006–07 season.
'); } // sweet16 if (ranNum == 5){document.write('UNLV observes 11 holidays annually, including Nevada Day, Christmas Day, Martin Luther King Jr. Day, and President\'s Day.
'); } // holidays if (ranNum == 6){document.write('The U.S. News & World Report guidebook America’s Best Colleges ranks UNLV in its National Doctoral Universities category.
'); } // unlvrank if (ranNum == 7){document.write('The Carnegie Foundation for the Advancement of Teaching lists UNLV as RU/H: Research Universities for high research activity.
'); } // carnegie if (ranNum == 8){document.write('UNLV offers discounts for employees at the bookstore, campus events, and various local restaurants and retail establishments.
'); } // discounts if (ranNum == 9){document.write('UNLV currently enrolls approximately 28,000 students. UNLV expects to grow to 35,000 students by 2012.
'); } // studentgrowth if (ranNum == 10){document.write('UNLV employs more than 3,000 faculty and staff.
'); } // facultynumbers if (ranNum == 11){document.write('UNLV\'s Black Mountain Institute was the first North American city to offer refuge to a writer in need as part of the North American Network of Cities of Asylum (NANCA).
'); } // blackmountain }