/**
 * shows man
 */
var gmShowList = { 
	'skate' : { 
		'date'		: '10/15/06',
		'title'		: 'GMs @ the Edison Skatepark', 
		'desc'		: 'Sunday Matinee at the skatepark w/ ergs, steinways (nyc), static radio, and more.<br/>off of Rt 27 south, by the Edison Police Station',
		'location'	: 'Edison Skatepark, Edison, NJ', 
		'url'		: 'http://www.google.com/maps?hl=en&f=l&q=100+MUNICIPAL+BLVD+Edison%2C+NJ'
	},
	'knit' : { 
		'date'		: '10/08/06',
		'title'		: 'GMs @ the Knitting Factory w/ Toys That Kill, The Hard-ons, and the Queers', 
		'desc'		: 'Second nite of unabashed rock with Toys..., the Queers and The Hard-ons.',
		'location'	: 'The Knitting Factory, NYC', 
		'url'		: 'http://www.knittingfactory.com'
	},
	'asbury' : { 
		'date'		: '10/06/06', 
		'title'		: 'GMs @ the Lanes w/ Toys That Kill, The Hard-ons, and the Queers', 
		'desc'		: 'gutter ball rockin at the lanes with Toys..., the Queers and The Hard-ons.', 
		'location'	: 'Asbury Lans, Asbury Park, NJ', 
		'url'		: 'http://www.asburylanes.com'
	}
}



/**
 * songs man
 */
var gmSongList = { 
	'1' : { 
		'title'		: 'hey janeane', 
		'release'	: 'hey janeane demo',
		'url'		: '/media/mp3/heyjaneane.mp3'
	},
	'2' : { 
		'title'		: 'Driver 8 (REM)', 
		'release'	: 'hey janeane demo',
		'url'		: '/media/mp3/driver8.mp3'
	},
	'3' : { 
		'title'		: 'On Your Radio', 
		'release'	: 'hey janeane demo',
		'url'		: '/media/mp3/onyourradio.mp3'
	}
}



/**
 * pics man
 */
var gmPicList = { 
}
