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(56816, 'Help ! Moteur qui s\'étouffe !', 'Sealpup', '04/04/2008', '16h50'); threads[1] = new thread(56815, 'C\'est quoi un scoot?', 'cepamoi', '04/04/2008', '14h19'); threads[2] = new thread(56813, 'Carbu pour Peugot Zénith 50 cc', 'Glokk', '03/04/2008', '23h13'); threads[3] = new thread(56812, 'Pot Ninja pour Aerox', 'gitane59', '03/04/2008', '21h35'); threads[4] = new thread(56810, 'Quel scooter pour mon utilisation??', 'graciehunter', '02/04/2008', '19h37'); threads[5] = new thread(56808, 'Allumage trekker', 'RIVER', '02/04/2008', '15h15'); threads[6] = new thread(56807, 'HELP>>installation phare optic sur MBK spirit booster 12', 'AUR3L3', '02/04/2008', '15h06'); threads[7] = new thread(56806, 'Hausse consommation inexpliquée', 'fredtheman', '01/04/2008', '22h57'); threads[8] = new thread(56805, 'debridage pot', 'anthonydu59553', '01/04/2008', '22h21'); threads[9] = new thread(56803, 'SYM GTS 125 ou Aprilia Atlantic', 'jp_k5', '01/04/2008', '08h53'); threads[10] = new thread(56802, 'Question antivol SRA4*', 'Symphonia', '31/03/2008', '18h01'); threads[11] = new thread(56801, 'Piaggio mc2 gros probème, besoin d aide rapide', 'leGab', '31/03/2008', '15h47'); threads[12] = new thread(56800, 'probleme de demarrage de mon booster', 'harrira', '29/03/2008', '08h00'); threads[13] = new thread(56799, 'Burgman 125 + bruit au contact ...', 'Nico45', '28/03/2008', '23h00'); threads[14] = new thread(56798, 'Je démarre en actionannt le frein uniquement !', 'angemossiba', '28/03/2008', '19h57');