/*global Example */
Example.display(

{
	"name" : "Led Zeppelin",
	"wiki" : "Led_Zeppelin",
	"genre" : [ "heavy metal", "blues-rock" ],
	"start" : 1968,
	"end" : 1980,
	"members" : [
		{
			"wiki" : "Jimmy_Page",
			"type" : [ "guitar", "mandolin", "bass", "banjo", "harmonica", "dulcimer", "theremin" ],
			"firstName" : "Jimmy",
			"lastName" : "Page",
			"start" : 1968,
			"end" : 1980
		},
		{
			"wiki" : "John_Paul_Jones_(musician)",
			"type" : [ "bass guitar", "guitar", "koto", "lap steel guitar", "autoharp", "ukulele", "sitar", "keyboards", "mandolin", "cello" ],
			"firstName" : "John Paul",
			"lastName" : "Jones",
			"start" : 1968,
			"end" : 1980
		},
		{
			"wiki" : "Robert_Plant",
			"type" : [ "vocals", "harmonica", "tambourine", "guitar" ],
			"firstName" : "Robert",
			"lastName" : "Plant",
			"start" : 1968,
			"end" : 1980
		},
		{
			"wiki" : "John_Bonham",
			"type" : [ "drums", "timpani", "gong", "congas" ],
			"firstName" : "John",
			"lastName" : "Bonham",
			"start" : 1968,
			"end" : 1980
		}
	]
}

);
