/**
 * 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/82382.jpg",
	"http://images.tentonhammer.com/features/aoc/77804.jpg",
	"http://images.tentonhammer.com/features/aoc/77732.jpg",
	"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"
];
var urlList = [	
	"http://www.tentonhammer.com/events/gdc2010/rotg",
	"http://www.tentonhammer.com/node/77804",
	"http://www.tentonhammer.com/node/77732",
	"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"
];