/** lädt eine Tabelle mit dem entsprechenden Namen */ function load(name){ return JSON.parse(localStorage.getItem(name)) }