/**
 * 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/war/74493.jpg",
	"http://images.tentonhammer.com/features/war/67997.jpg",
	"http://images.tentonhammer.com/features/war/67927.jpg",
	"http://images.tentonhammer.com/features/war/67820.jpg",
	"http://images.tentonhammer.com/features/war/i2042.jpg",
	"http://images.tentonhammer.com/features/war/67114.jpg",
	"http://images.tentonhammer.com/features/war/65397.jpg",
	"http://images.tentonhammer.com/features/war/65393.jpg",
	"http://images.tentonhammer.com/features/war/65450.jpg"
];
var urlList = [
	"http://www.tentonhammer.com/node/74493",
	"http://www.tentonhammer.com/node/67997",
	"http://www.tentonhammer.com/node/67927",
	"http://www.tentonhammer.com/node/67820",
	"http://www.tentonhammer.com/image/tid/2042",
	"http://www.tentonhammer.com/node/67114",
	"http://www.tentonhammer.com/node/65397",
	"http://www.tentonhammer.com/node/65393",
	"http://www.tentonhammer.com/node/65450"
];