//IMAGE ROTATE SCRIPT

//Place image names here:
var imgArray = new Array (
	'ny_1003_006.jpg',
	'lores_switch.jpg',
	'605Watson.jpg'
	);

var numImgs = imgArray.length;
var randNum = Math.floor(Math.random() * numImgs);
