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(4); threads[0] = new thread(38072, 'What APIs are essential when building a crypto payment gateway?', 'henley royce', '05-08-26', '18:52'); threads[1] = new thread(38071, 'How Much Does Crypto Trading Bot Development Cost in 2026?', 'Bemiajackson', '05-08-26', '16:26'); threads[2] = new thread(38070, 'How HFT Trading Bot Development Helps Capture Arbitrage Opportunities', 'Amybrown', '04-08-26', '13:56'); threads[3] = new thread(38069, 'Singapore\'s Gated Island for the Rich Is Marred by Decayed Homes', 'New Reporter', '03-08-26', '18:00');