function employment() { //4 var ranNum= Math.round(Math.random() * 4); if (ranNum == 0){document.write(''); } // dawson if (ranNum == 1){document.write(''); } // hoffman if (ranNum == 2){document.write(''); } // marrero if (ranNum == 3){document.write(''); } // rapoport if (ranNum == 4){document.write(''); } // sharp }