{
	"items" :      [
		{
			"label" :  "Tutorials",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/tutorial",
			"colour" : "#ff8888"
		},
		{
			"label" :  "Plenaries",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/plenary",
			"colour" : "#ffffcc"
		},
		{
			"label" :  "W3C",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/W3C",
			"colour" : "#ffcc88"
		},
		{
			"label" :  "Misc",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/misc",
			"colour" : "#dddddd"
		},
		{
			"label" :  "Refereed Papers",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/paper",
			"colour" : "#88ccff"
		},
		{
			"label" :  "Web History",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/history",
			"colour" : "#ff88ff"
		},
		{
			"label" :  "Developers Track",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/devel",
			"colour" : "#cc88ff"
		},
		{
			"label" :  "World Organization of Webmasters",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/wow",
			"colour" : "#ff8840"
		},
		{
			"label" :  "Panels",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/panel",
			"colour" : "#8888ff"
		},
		{
			"label" :  "Workshops",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/workshop",
			"colour" : "#ccff88"
		},
		{
			"label" :  "W3C AC",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/W3CAC",
			"colour" : "#ffff88"
		},
		{
			"label" :  "W4A",
			"type" :   "Track",
			"uri" :    "http://127.0.0.1/W4A",
			"colour" : "#88ffcc"
		}
	],
	"types" :      {
		"Track" : {
            pluralLabel:    "Tracks"
		}
	}
}