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(20905, 'Shooting powerups', 'ThunDerDraGon', 'May 13, 2026', '08:13 AM'); threads[1] = new thread(20903, 'Fourm Rules', 'Moodler', 'May 12, 2026', '01:36 AM'); threads[2] = new thread(20902, 'Bug Report jjPAL(...).load(): possibly false positive detection of no GIF global color table?', 'froducish', 'May 10, 2026', '04:37 PM'); threads[3] = new thread(20901, 'I HAVE A LK AVALON THE SECRET FILES!!', 'Moodler', 'May 7, 2026', '04:56 AM'); threads[4] = new thread(20900, 'Bug Report Jazz Dead Bug', 'Moodler', 'May 6, 2026', '09:58 AM');