// to add more images to the random rotation, simply add them to this list, and place the files in the same directory as this file
var image_list = new Array(
	"1.JPG",
	"2.JPG",
	"3.JPG",
	"4.JPG",
	"5.JPG",
	"6.JPG",
	"7.JPG"
	);
