var thisBike = {
	name: "Nightster",
	category: ['Bikes/Nightster'],
	categoryFriendly: ['Nightster'],
	tag: "nightster",
	media: [
			{ url: 'Nightster1_Shot_16_061.jpg', thumbUrl: 'tNightster1_Shot_16_061.jpg', description: '' },
			{ url: 'Nightster_Shot_29_084.jpg', thumbUrl: 'tNightster_Shot_29_084.jpg', description: '' },
			{ url: 'Nightster_Shot_30_116.jpg', thumbUrl: 'tNightster_Shot_30_116.jpg', description: '' },
			{ url: 'Nightster_Shot_31_077.jpg', thumbUrl: 'tNightster_Shot_31_077.jpg', description: '' },
			{ url: 'Nightster_Shot_31_090.jpg', thumbUrl: 'tNightster_Shot_31_090.jpg', description: '' },
	        { url: 'nightster-1.jpg', thumbUrl: 'nightster-1_t.jpg', description: '' },
			{ url: 'nightster-2.jpg', thumbUrl: 'nightster-2_t.jpg', description: '' },
			{ url: 'nightster-3.jpg', thumbUrl: 'nightster-3_t.jpg', description: '' },
			{ url: 'nightster-4.jpg', thumbUrl: 'nightster-4_t.jpg', description: '' },
			{ url: 'nightster-5.jpg', thumbUrl: 'nightster-5_t.jpg', description: '' },
			{ url: 'nightster-6.jpg', thumbUrl: 'nightster-6_t.jpg', description: '' }
		],
	bikeID: 'nightster'
}
DarkCustom.thisBike = HD.merge(HD.clone(DarkCustom.thisBike || {}, true), thisBike);

