/**
 * 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/eve/76238.jpg",
	"http://images.tentonhammer.com/features/eve/75811.jpg",
	"http://images.tentonhammer.com/features/eve/75251.jpg",
	"http://images.tentonhammer.com/features/eve/75142.jpg",
	"http://images.tentonhammer.com/features/eve/75229.jpg",
	"http://images.tentonhammer.com/features/eve/74220.jpg",
	"http://images.tentonhammer.com/features/eve/73365.jpg",
	"http://images.tentonhammer.com/features/eve/71986.jpg",
	"http://images.tentonhammer.com/features/eve/71916.jpg"
];
var urlList = [	
	"http://www.tentonhammer.com/node/76238",
	"http://www.tentonhammer.com/node/75811",
	"http://www.tentonhammer.com/node/75251",
	"http://www.tentonhammer.com/node/75142",
	"http://www.tentonhammer.com/node/75229",
	"http://www.tentonhammer.com/node/74220",
	"http://www.tentonhammer.com/node/73365",
	"http://www.tentonhammer.com/node/71986",
	"http://www.tentonhammer.com/node/71916"
];