function studentunionmain() { //9 var ranNum= Math.round(Math.random() * 9); if (ranNum == 0){document.write('
Relax and unwind in the Student Union.
'); } // D6528314 if (ranNum == 1){document.write('
Need a computer? Use one of ours at the Student Union’s computer lab.
'); } // D6528326 if (ranNum == 2){document.write('
Catch up with friends at the Student Union.
'); } // D6528335 if (ranNum == 3){document.write('
Get your RebelCard in the Student Union.
'); } // D6578802 if (ranNum == 4){document.write('
There are plenty of places to see and be seen in the Student Union.
'); } // D652305 if (ranNum == 5){document.write('
Enjoy Taco Bell and Jamba Juice for lunch.
'); } // D6584810 if (ranNum == 6){document.write('
Shoot some pool in the game room.
'); } // D6584825 if (ranNum == 7){document.write('
Hang out with friends and people-watch at the Student Union.
'); } // D6584847 if (ranNum == 8){document.write('
The game room features everything from pool tables and video games to table tennis and air hockey.
'); } // D6584824 if (ranNum == 9){document.write('
A birds-eye view of the Student Union.
'); } // D6584853 }