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(5); threads[0] = new thread(1506, 'La sincérité dans le Yoga Intégral', 'alias Gilbert', '14/08/2010', '16h50'); threads[1] = new thread(1505, 'Les dieux des pouranas', 'alias Gilbert', '13/08/2010', '20h59'); threads[2] = new thread(1504, 'La pratique du YI au quotidien!', 'alias Gilbert', '13/08/2010', '20h39'); threads[3] = new thread(1503, 'Et si on montrait un peu nos bobines ?? o_O', 'Julien', '06/08/2010', '03h02'); threads[4] = new thread(1502, 'Bon anniversaire Julien!', 'alias Gilbert', '26/07/2010', '18h32');