function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(15); threads[0] = new thread(6133, 'Lowlands 2010', 'fresh77', '29 July 2010', '16:48'); threads[1] = new thread(4952, 'Online cd\'s, dvd\'s, tickets enz bestellen.', 'R0n', '29 July 2010', '16:21'); threads[2] = new thread(52, 'Wat heb jij nu door je speakers blazen?', 'RedPearl', '29 July 2010', '15:11'); threads[3] = new thread(6887, 'Haldern Pop 2010', 'Charlotte', '29 July 2010', '14:45'); threads[4] = new thread(3934, 'Wielrennen in voor- en tegenspoed', 'BigBird', '29 July 2010', '14:02'); threads[5] = new thread(3627, 'Fijn en minder fijn popnieuws', 'RedPearl', '29 July 2010', '13:37'); threads[6] = new thread(1510, 'Eerlijk zullen we alles.......', 'RedPearl', '29 July 2010', '13:13'); threads[7] = new thread(2624, 'Vakantieplannen', 'A-d-M', '29 July 2010', '10:01'); threads[8] = new thread(3121, '[FILM TOPIC] Laatst bekeken film', 'BigBird', '29 July 2010', '09:33'); threads[9] = new thread(3325, 'Voetbal!!!', 'Pimm', '29 July 2010', '08:33'); threads[10] = new thread(6855, 'Discussie over actualiteit', 'BigBird', '29 July 2010', '07:57'); threads[11] = new thread(6872, 'Pukkelpop 2010', 'Wailer', '28 July 2010', '16:25'); threads[12] = new thread(3300, 'wat heb jij beleefd vandaag?', 'halfempty/full', '28 July 2010', '15:43'); threads[13] = new thread(1469, 'Fun News', 'Jorisz', '28 July 2010', '12:11'); threads[14] = new thread(7084, 'Nieuwe versie', 'Marc', '28 July 2010', '11:30');