function employment() { //4 var ranNum= Math.round(Math.random() * 4); if (ranNum == 0){document.write('Kevin Dawson, UNLV History Professor and Explorer: There is a lot of growth and development here - it\'s stimulating and inviting.read more...'); } // dawson if (ranNum == 1){document.write('David Hoffman, UNLV Grounds Supervisor and a Winner: I didn\'t plan to work for the university for 28 years.read more...'); } // hoffman if (ranNum == 2){document.write('Ana Marrero-Lopez, UNLV Assistant Diretor for the Minority Engineering Program and Comforter: I really like it here because it\'s a small school.  It has a \'homelike\' atmosphere.read more...'); } // marrero if (ranNum == 3){document.write('Nancy Rapoport, UNLV Law Professor and Pro-Am Dancer: A good lawyer must be quick on her feet. A good dancer must be light on hers. I am both.read more...'); } // rapoport if (ranNum == 4){document.write('Karen Sharp, UNLV Communications Specialist and Mother: As an employee and a new mother, I enjoy the preschool here on campus–I couldn’t ask for anything better.read more...'); } // sharp }