 /**
 * Enter the path to the image in the first array
 * then enter the URL that image will point to in
 * the second array.  Be sure to match each line
 * up correctly...
 **/
var imageList = [
	"http://images.tentonhammer.com/features/tth/lifetimeT1.jpg",
	"http://images.tentonhammer.com/features/wow/26185.jpg",
	"http://images.tentonhammer.com/features/wow/77415.jpg",
	"http://images.tentonhammer.com/features/wow/77241.jpg",
	"http://images.tentonhammer.com/features/wow/77054.jpg",
	"http://images.tentonhammer.com/features/wow/76462.jpg",
	"http://images.tentonhammer.com/features/wow/76332.jpg",
	"http://images.tentonhammer.com/features/wow/76785.jpg",
	"http://images.tentonhammer.com/features/wow/76775.jpg"
];
var urlList = [	
	"http://www.tentonhammer.com/node/77946",
	"http://www.tentonhammer.com/node/26185",
	"http://www.tentonhammer.com/node/77415",
	"http://www.tentonhammer.com/node/77241",
	"http://www.tentonhammer.com/node/77054",
	"http://www.tentonhammer.com/node/76462",
	"http://www.tentonhammer.com/node/76332",
	"http://www.tentonhammer.com/node/76785",
	"http://www.tentonhammer.com/node/76775"
];