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(7); threads[0] = new thread(539751, 'Hallerbos bluebells', 'Rudy Wilms', 'June 6th, 2026', '02:31 PM'); threads[1] = new thread(539750, 'Vale Gordon Goodwin.', 'Allan Black', 'June 6th, 2026', '11:56 AM'); threads[2] = new thread(539749, 'Footage shot with FX6 and new Sony 400-800mm lens', 'Doug Jensen', 'May 23rd, 2026', '07:17 AM'); threads[3] = new thread(539748, 'Analogue days, before the arrival of industrial video screens', 'Allan Black', 'May 22nd, 2026', '09:46 PM'); threads[4] = new thread(539747, 'Tripod selection question', 'Kaya Saman', 'May 17th, 2026', '11:58 PM'); threads[5] = new thread(539746, '2026 Eurovision Song Contest.', 'Allan Black', 'May 15th, 2026', '08:36 PM'); threads[6] = new thread(539745, 'New RØDE 2026 releases.', 'Allan Black', 'May 12th, 2026', '11:52 PM');