; function init() { document.getElementById("container").innerHTML = Object.keys(data).map(function (key) { var sorted = Object.keys(data[key]).sort(function (a,b) { return data[key][b] - data[key][a]; }); return "
" + key2 + " | " + data[key][key2] + " |