/**
 * 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/tr/61775.jpg",
	"http://images.tentonhammer.com/features/tr/51644.jpg",
	"http://images.tentonhammer.com/features/tth/49617.jpg",
	"http://images.tentonhammer.com/features/tr/40195.jpg",
	"http://images.tentonhammer.com/features/tr/37162.jpg",
	"http://images.tentonhammer.com/features/tr/33910.jpg",
	"http://images.tentonhammer.com/features/tr/34082.jpg",
	"http://images.tentonhammer.com/features/tth/31540.jpg",
	"http://images.tentonhammer.com/features/tr/30412.jpg"
];
var urlList = [
	"http://www.tentonhammer.com/node/61775",
	"http://www.tentonhammer.com/node/51644",
	"http://www.tentonhammer.com/node/49617",
	"http://www.tentonhammer.com/node/40195",
	"http://www.tentonhammer.com/node/37162",
	"http://www.tentonhammer.com/node/33910",
	"http://www.tentonhammer.com/node/34082",
	"http://www.tentonhammer.com/node/31540",
	"http://www.tentonhammer.com/node/30412"
];