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(6); threads[0] = new thread(336974, 'concours screen shoot', 'SOLOJE', '08-29-2010', '02:28 AM'); threads[1] = new thread(334762, 'Statistiques campagnes', 'SOLOJE', '08-08-2010', '02:48 AM'); threads[2] = new thread(334153, 'Petition', 'draugtor', '08-02-2010', '05:08 PM'); threads[3] = new thread(333520, 'Events special anciens', 'SOLOJE', '07-28-2010', '11:52 AM'); threads[4] = new thread(331646, 'Nouveautés pour la prochaine évolution', 'SOLOJE', '07-15-2010', '06:15 AM'); threads[5] = new thread(330532, 'Interview exclusive sur 39/45', 'SOLOJE', '07-06-2010', '01:48 PM');