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(20903, 'Fourm Rules', 'Moodler', 'May 12, 2026', '01:36 AM'); threads[1] = 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[2] = new thread(20901, 'I HAVE A LK AVALON THE SECRET FILES!!', 'Moodler', 'May 7, 2026', '04:56 AM'); threads[3] = new thread(20900, 'Bug Report Jazz Dead Bug', 'Moodler', 'May 6, 2026', '09:58 AM'); threads[4] = new thread(20898, 'Clashing Swords: Duel Level Contest', 'PurpleJazz', 'Apr 25, 2026', '12:40 AM'); threads[5] = new thread(20888, 'Sidekicking powerups', 'Violet CLM', 'Apr 17, 2026', '12:50 PM');