function academicsuccesshome() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write('
Our team of academic advisors are here to help you chart a course for success. Learn more »
'); } // home11 if (ranNum == 1){document.write('
Adam Cronis, UNLV’s Undergraduate Student Body President, welcomes you to UNLV. Read his welcome »
'); } // cronis if (ranNum == 2){document.write('
Tutoring services can give you that extra bit of help if you’re struggling with your classes. Learn more »
'); } // tutoring if (ranNum == 3){document.write('
Standardized testing such as the ACT & SAT are administered through the ASC. Learn more »
'); } // scantron }