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(1440, 'Video: Männer sind so', 'https://www.splashbooks.de/php/messen/berichte/', '15.10.2013 - 14:14', 'Messen'); neues[1] = new jsbooks(1434, 'Interview mit Thomas Godoj', 'https://www.splashbooks.de/php/messen/berichte/', '13.10.2013 - 12:54', 'Messen'); neues[2] = new jsbooks(1433, 'Thomas Godoj: Männer sind so', 'https://www.splashbooks.de/php/messen/berichte/', '13.10.2013 - 12:40', 'Messen'); neues[3] = new jsbooks(1431, 'Videomitschnitt zur Eröffnungspressekonferenz', 'https://www.splashbooks.de/php/messen/berichte/', '13.10.2013 - 12:31', 'Messen'); neues[4] = new jsbooks(1415, 'Astrid Lindgren Memorial Award 2013', 'https://www.splashbooks.de/php/messen/berichte/', '12.10.2013 - 16:33', 'Messen'); neues[5] = new jsbooks(1404, 'Von Wurstwaren zum Weltbesteller - Nele Neuhaus berichtet aus ihrer schriftstellerischen Karriere', 'https://www.splashbooks.de/php/messen/berichte/', '11.10.2013 - 21:19', 'Messen'); neues[6] = new jsbooks(1387, 'Doch von Pappe - Der Pavillion des Ehrengast Brasilien', 'https://www.splashbooks.de/php/messen/berichte/', '09.10.2013 - 09:20', 'Messen'); neues[7] = new jsbooks(1386, 'Analog, digital und Tante Emma - Pressekonferenz zur Eröffnung der Buchmesse 2013', 'https://www.splashbooks.de/php/messen/berichte/', '09.10.2013 - 09:17', 'Messen');