/**
 * Image Object Array, containing properties for the image file name (either
 *      absolute, or relative), the caption to associate with the file, and
 *      the URL to link to if the image is clicked.
 *		
 *		Image Sizes are set at 105px wide by 78px high
 */
var image_list =
        [

		{file : 'http://forums.detnews.com/multimedia/thumbs/0701tomlongSMALLTHUMB.jpg',
			caption : 'Video: Tom Long reviews \'Hancock\'',
			url : 'javascript:webVideo( \'http://info.detnews.com/video/index.cfm?id=2453\', \'WebVideo\' )',
			text : 'Film critic gives action flick with lots of laughs a B+'}
, 
		{file : 'http://info.detnews.com/pix/sports/2008/tigers/06292008_tigers-rockies/thumb.jpg',
			caption : 'Photos: Tigers 4, Rockies 3',
			url : 'Javascript:getsportsgallery(\'06292008_tigers-rockies\')',
			text : 'Tigers sweep Rockies'}
, 
		{file : 'http://forums.detnews.com/multimedia/thumbs/0628hamradioSMALLthumb.jpg',
			caption : 'Video: Amateur radio field day',
			url : 'javascript:webVideo( \'http://info.detnews.com/video/index.cfm?id=2443\', \'WebVideo\' )',
			text : 'Operators meet to catch a wave'}
, 
		{file : 'http://info.detnews.com/pix/sports/2008/tigers/06282008_tigersrockies/thumb.jpg',
			caption : 'Photos: Tigers 7, Rockies 6',
			url : 'javascript:getsportsgallery(\'06282008_tigersrockies\')',
			text : 'Tigers reach .500 with dramatic ninth-inning rally'}
, 
		{file : 'http://info.detnews.com/pix/autos/2008/06282008_downrivercruise/cth.jpg',
			caption : 'Photos: Ninth annual Cruisin\' Downriver',
			url : 'javascript:getautosgallery(\'06282008_downrivercruise\')',
			text : 'Classic car fans parade down Fort Street'}
, 
		{file : 'http://info.detnews.com/pix/sports/2008/othersports/buickopen_thirdround06282008/thumb2.jpg',
			caption : 'Photos: Buick Open',
			url : 'Javascript:getsportsgallery(\'buickopen_thirdround06282008\')',
			text : 'Round Three'}
, 
		{file : 'http://forums.detnews.com/pix/news/2008/06282008_jazzjeff/jth.jpg',
			caption : 'Photos: Jazzin\' on Jefferson',
			url : 'Javascript:getnewsgallery(\'06282008_jazzjeff\')',
			text : 'Street jazz festival is expected to attract 18,000 people'}
, 
		{file : 'http://info.detnews.com/pix/news/2008/062808starsandstripes/THUMB.jpg',
			caption : 'Photos: Stars and Stripes festival',
			url : 'Javascript:getnewsgallery(\'062808starsandstripes\')',
			text : 'A celebration of America\'s freedom'}
, 
		{file : 'http://info.detnews.com/pix/news/2008/06272008_idlewild/ith.jpg',
			caption : 'Photos: Resurrecting \'Black Eden\'',
			url : 'javascript:getnewsgallery(\'06272008_idlewild\')',
			text : 'Idlewood launches journey to restore resort\'s glory'}
, 
		{file : 'http://info.detnews.com//pix/sports/2008/tigers/06272008_tigersrockies/tth.jpg',
			caption : 'Gallery: Tigers 7, Rockies 1',
			url : 'javascript:getsportsgallery(\'06272008_tigersrockies\')',
			text : 'Bonine quiets Rockies hitters'}
, 
		{file : 'http://info.detnews.com/pix/news/2008/06262008_storms/fth2.jpg',
			caption : 'Photos: Back-to-back storms disrupt traffic',
			url : 'javascript:getnewsgallery(\'06262008_storms\')',
			text : 'Rush hour storms add to power outages'}
, 
		{file : 'http://forums.detnews.com/multimedia/thumbs/0625americanhouse.jpg',
			caption : 'Video: American House',
			url : 'javascript:webVideo( \'http://info.detnews.com/video/index.cfm?id=2438\', \'WebVideo\' )',
			text : 'Architect explains design, shape of modern house'}
, 
		{file : 'http://info.detnews.com/pix/news/2008/062702008mccainohio/thumbmc.jpg',
			caption : 'Photos: McCain visits Lordstown, Ohio, GM plant',
			url : 'Javascript:getnewsgallery(\'062702008mccainohio\')',
			text : 'Presidential hopeful says small cars are wave of the future'}
, 
		{file : 'http://info.detnews.com/pix/sports/2008/othersports/062708BuickOpenRnd2/thumb.jpg',
			caption : 'Photos: Buick Open - Round Two',
			url : 'Javascript:getsportsgallery(\'062708BuickOpenRnd2\')',
			text : 'Golf tournament under way in Grand Blanc'}
, 
		{file : 'http://info.detnews.com/pix/news/2008/06272008NKoreaNukePlantDemo/Thumb.jpg',
			caption : 'Photos: North Korea demolishes nuclear tower',
			url : 'Javascript:getnewsgallery(\'06272008NKoreaNukePlantDemo\')',
			text : 'Move signifies intent to stop making atomic bombs'}
, 
		{file : 'http://info.detnews.com/pix/autos/2008/06262008_chrysler/cth.jpg',
			caption : 'Photos: Chrysler\'s 2009 lineup',
			url : 'Javascript:getautosgallery(\'06262008_chrysler\')',
			text : 'New vehicles at Chelsea Proving Grounds'}
, 
		{file : 'http://forums.detnews.com/multimedia/thumbs/0626cfbuickgregorySMALLTHUMB.jpg',
			caption : 'Video: D.J. Gregory\'s ultimate PGA Tour',
			url : 'javascript:webVideo( \'http://info.detnews.com/video/index.cfm?id=2437\', \'WebVideo\' )',
			text : 'Georgia man\'s dream comes true as he joins PGA Tour'}
, 
		{file : 'http://info.detnews.com/multimedia/thumbs/wallethumb1.jpg',
			caption : 'Video: Tom Long reviews \'WALL-E\' and \'Wanted\'',
			url : 'javascript:webVideo( \'http://info.detnews.com/video/index.cfm?id=2435\', \'WebVideo\' )',
			text : 'Vastly different films are both worth watching'}

];


