// 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(
	"01.JPG",
	"02.JPG",
	"03.JPG",
	"04.JPG",
	"05.JPG",
	"06.JPG",
	"07.JPG",
	"08.JPG",
	"09.JPG",
	"10.JPG",
	"11.JPG",
	"12.JPG",
	"13.JPG"
	
	);
