function getinvolvedstudentorgsright() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write('


'); } // IMG0541 if (ranNum == 1){document.write('


'); } // IMG7535 if (ranNum == 2){document.write('


'); } // UNLVRC2007064 if (ranNum == 3){document.write('


'); } // UNLVRC2007128 }