
		
			
//IMAGE ROTATE SCRIPT
var imgArray = new Array();

//Place image names here, and be sure to change the number in the brackets:
//To keep our GAA space neat, please delete the appropriate files form the images folder when you're through with them
imgArray[0] = "GAA-SSW.jpg";
imgArray[1] = "GAA-low-Geia.jpg";
imgArray[2] = "GAA-Low-Reyes.jpg";
imgArray[3] = "GAA-aerial.jpg";
imgArray[4] = "GAA-bags.jpg";
imgArray[5] = "GAA-calleyaya.jpg";
imgArray[6] = "GAA-campus.jpg";
imgArray[7] = "GAA-low.jpg";
imgArray[8] = "GAA-SaferSex.jpg";
imgArray[9] = "GAA-girls.jpg";

var numImgs=imgArray.length;
var randNum = Math.floor(Math.random() * numImgs); 
	
		
	
