/**
 * 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/aoc/74078.jpg",
	"http://images.tentonhammer.com/features/aoc/73674.jpg",
	"http://images.tentonhammer.com/features/aoc/73023.jpg",
	"http://images.tentonhammer.com/features/aoc/71170.jpg",
	"http://images.tentonhammer.com/features/aoc/70921.jpg",
	"http://images.tentonhammer.com/features/aoc/70519.jpg",
	"http://images.tentonhammer.com/features/tth/64434.jpg",
	"http://images.tentonhammer.com/features/tth/61118.jpg",
	"http://images.tentonhammer.com/features/aoc/52118.jpg"
];
var urlList = [	
	"http://www.tentonhammer.com/node/74078",
	"http://www.tentonhammer.com/node/73674",
	"http://www.tentonhammer.com/node/73023",
	"http://www.tentonhammer.com/node/71170",
	"http://www.tentonhammer.com/node/70921",
	"http://www.tentonhammer.com/node/70519",
	"http://www.tentonhammer.com/node/64434",
	"http://www.tentonhammer.com/node/61118",
	"http://www.tentonhammer.com/node/52118"
];