function ravehomepage()
{
//7
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<img src="homepagephotos/photo_1.jpg" width="363" height="264" alt="UNLV student studying" />'); } // NEW
if (ranNum == 1){document.write('<img src="homepagephotos/photo_2.jpg" width="363" height="264" alt="Students outside listening to an iPod" />'); } // NEW1
if (ranNum == 2){document.write('<img src="homepagephotos/photo_3.jpg" width="363" height="264" alt="UNLV student studying outside" />'); } // NEW2
if (ranNum == 3){document.write('<img src="homepagephotos/photo_4.jpg" width="363" height="264" alt="UNLV student studying outside" />'); } // NEW3
if (ranNum == 4){document.write('<img src="homepagephotos/photo_5.jpg" width="363" height="264" alt="Photo of a flower and shadow" />'); } // NEW4
if (ranNum == 5){document.write('<img src="homepagephotos/photo_6.jpg" width="363" height="264" alt="Students studying outside under a tree" />'); } // NEW5
if (ranNum == 6){document.write('<img src="homepagephotos/photo_7.jpg" width="363" height="264" alt="Student working on laptop outside" />'); } // NEW6
}