function jsbooks(id, name, link, datum, typ) { this.id = id; this.name = name; this.link = link; this.datum = datum; this.typ = typ; } var neues = new Array(); neues[0] = new jsbooks(832, 'Vom Rezept zum fertigen Kochbuch', 'https://www.splashbooks.de/php/messen/berichte/', '07.10.2010 - 21:57', 'Messen'); neues[1] = new jsbooks(830, 'The World's Largest Book', 'https://www.splashbooks.de/php/messen/berichte/', '07.10.2010 - 10:54', 'Messen'); neues[2] = new jsbooks(823, 'Kurzzusammenfassung der Pressekonferenz zur Eröffnung der Buchmesse 2010', 'https://www.splashbooks.de/php/messen/berichte/', '06.10.2010 - 10:04', 'Messen'); neues[3] = new jsbooks(821, 'Zahlen, Zahlen, Zahlen', 'https://www.splashbooks.de/php/messen/berichte/', '05.10.2010 - 16:22', 'Messen'); neues[4] = new jsbooks(818, 'Der Dichter im Zentrum des Labyrinths - Rundgang durch die Pr?sentation des Gastlandes Argentinien', 'https://www.splashbooks.de/php/messen/berichte/', '05.10.2010 - 15:50', 'Messen'); neues[5] = new jsbooks(817, 'Von wei?en M?usen und befreiten Inhalten - Pressekonferenz zur Er?ffnung der Frankfurter Buchmesse 2010', 'https://www.splashbooks.de/php/messen/berichte/', '05.10.2010 - 14:49', 'Messen');