/*global Example */
Example.display(

{
	"name" : "AC/DC",
	"wiki" : "AC/DC",
	"genre" : [ "heavy metal", "blues-rock" ],
	"start" : 1973,
	"members" : [
		{
			"wiki" : "Brian_Johnson",
			"type" : [ "lead vocals" ],
			"firstName" : "Brian",
			"lastName" : "Johnson",
			"start" : 1980
		},
		{
			"wiki" : "Bon_Scott",
			"type" : [ "lead vocals" ],
			"firstName" : "Bon",
			"lastName" : "Scott",
			"start" : 1974,
			"end" : 1980
		},
		{
			"wiki" : "Angus_Young",
			"type" : [ "lead guitar" ],
			"firstName" : "Angus",
			"lastName" : "Young",
			"start" : 1973
		},
		{
			"wiki" : "Malcom_Young",
			"type" : [ "rhythm guitar", "backing vocals" ],
			"firstName" : "Malcom",
			"lastName" : "Young",
			"start" : 1973
		},
		{
			"wiki" : "Cliff_Williams",
			"type" : [ "bass guitar", "backing vocals" ],
			"firstName" : "Cliff",
			"lastName" : "Williams",
			"start" : 1977
		},
		{
			"wiki" : "Phil_Rudd",
			"type" : [ "drums", "percussion" ],
			"firstName" : "Phil",
			"lastName" : "Rudd",
			"start" : 1975
		},
		{
			"wiki" : "Dave_Evans_(singer)",
			"type" : [ "lead vocals" ],
			"firstName" : "Dave",
			"lastName" : "Evans",
			"start" : 1973,
			"end" : 1974
		},
		{
			"wiki" : "Mark_Evans_(musician)",
			"type" : [ "bass guitar" ],
			"firstName" : "Mark",
			"lastName" : "Evans",
			"start" : 1975,
			"end" : 1977
		},
		{
			"wiki" : "Simon_Wright",
			"type" : [ "drums", "percussion" ],
			"firstName" : "Simon",
			"lastName" : "Wright",
			"start" : 1983,
			"end" : 1989
		},
		{
			"wiki" : "Chris_Slade",
			"type" : [ "drums", "percussion" ],
			"firstName" : "Chris",
			"lastName" : "Slade",
			"start" : 1989,
			"end" : 1994
		}
	]
}

);
