function rebelcard() { //7 var ranNum= Math.round(Math.random() * 7); if (ranNum == 0){document.write('
Your RebelCard is your official ID and so much more.
'); } // image1 if (ranNum == 1){document.write('
Don\'t be a Rebel without a card.
'); } // image2 if (ranNum == 2){document.write('
Mom and Dad can deposit RebelCash to your card too.
'); } // image3 if (ranNum == 3){document.write('
Visit a campus VTS machine to deposit RebelCash to your card.
'); } // image4 if (ranNum == 4){document.write('
Save on your campus purchases. Deposit RebelCash to your card.
'); } // image5 if (ranNum == 5){document.write('
Use RebelCash when you dine on-campus and save the 8.1% cost of sales tax. Who Takes RebelCash?
'); } // image6 if (ranNum == 6){document.write('
The RebelCard office is located in the student union.
'); } // image7 if (ranNum == 7){document.write('
The RebelCard office is located in the student union.
'); } // image8 }