 /**
 * 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/wow/75710.jpg",
	"http://images.tentonhammer.com/features/wow/75062.jpg",
	"http://images.tentonhammer.com/features/wow/74611.jpg",
	"http://images.tentonhammer.com/features/wow/74276.jpg",
	"http://images.tentonhammer.com/features/wow/73819.jpg",
	"http://images.tentonhammer.com/features/wow/73567.jpg",
	"http://images.tentonhammer.com/features/wow/73553.jpg",
	"http://images.tentonhammer.com/features/wow/blizzcon09.jpg",
	"http://images.tentonhammer.com/features/wow/73367.jpg"
];
var urlList = [	
	"http://www.tentonhammer.com/node/75710",
	"http://www.tentonhammer.com/node/75062",
	"http://www.tentonhammer.com/wow/guides/seasonal/brewfest",
	"http://www.tentonhammer.com/node/74276",
	"http://www.tentonhammer.com/node/73819",
	"http://www.tentonhammer.com/node/73567",
	"http://www.tentonhammer.com/node/73553",
	"http://www.tentonhammer.com/events/blizzcon09",
	"http://www.tentonhammer.com/node/73367"
];