/*global Example */
Example.display(

{
	"name" : "Van Halen",
	"wiki" : "Van_Halen",
	"genre" : [ "hard rock", "heavy metal" ],
	"start" : 1972,
	"members" : [
		{
			"wiki" : "Eddie_Van_Halen",
			"type" : [ "guitars", "keyboards", "bass", "backing vocals" ],
			"firstName" : "Eddie",
			"lastName" : "Van Halen",
			"start" : 1972
		},
		{
			"wiki" : "Alex_Van_Halen",
			"type" : [ "drums", "percussion", "backing vocals" ],
			"firstName" : "Alex",
			"lastName" : "Van Halen",
			"start" : 1972
		},
		{
			"wiki" : "David_Lee_Roth",
			"type" : [ "lead vocals", "acoustic guitar" ],
			"firstName" : "David Lee",
			"lastName" : "Roth",
			"start" : 1972,
			"end" : 1985
		},
		{
			"wiki" : "Sammy_Hagar",
			"type" : [ "lead vocals", "guitars" ],
			"firstName" : "Sammy",
			"lastName" : "Hagar",
			"start" : 1985,
			"end" : 1996
		},
		{
			"wiki" : "Michael_Anthony_(musician)",
			"type" : [ "bass", "keyboards", "backing vocals" ],
			"firstName" : "Michael",
			"lastName" : "Anthony",
			"start" : 1974,
			"end" : 2005
		},
		{
			"wiki" : "Gary_Cherone",
			"type" : [ "lead vocals" ],
			"firstName" : "Gary",
			"lastName" : "Cherone",
			"start" : 1996,
			"end" : 1999
		},
		{
			"wiki" : "Wolfgang_Van_Halen",
			"type" : [ "bass", "backing vocals" ],
			"firstName" : "Wolfgang",
			"lastName" : "Van Halen",
			"start" : 2006
		},
		{
			"wiki" : "Mark_Stone_(musician)",
			"type" : [ "bass", "backing vocals" ],
			"firstName" : "Mark",
			"lastName" : "Stone",
			"start" : 1972,
			"end" : 1974
		},
		{
			"wiki" : "Mitch_Malloy",
			"type" : [ "lead vocals" ],
			"firstName" : "Mitch",
			"lastName" : "Malloy",
			"start" : 1996,
			"end" : 1996
		}
	]
}

);
