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(11); threads[0] = new thread(37945, 'very glad I finally signed up', 'BrianWoott', '20-11-25', '09:46'); threads[1] = new thread(37944, 'very happy I now signed up', 'BrianWoott', '20-11-25', '09:13'); threads[2] = new thread(37943, 'I am the new guy I at last registered', 'BrianWoott', '20-11-25', '08:57'); threads[3] = new thread(37942, 'very glad I at last registered', 'BrianWoott', '20-11-25', '07:28'); threads[4] = new thread(37941, 'Im gladreally happy I finally signed up', 'BrianWoott', '20-11-25', '06:58'); threads[5] = new thread(37940, 'very happy I at last signed up', 'BrianWoott', '19-11-25', '23:54'); threads[6] = new thread(37939, 'Im gladreally happy I at last signed up', 'BrianWoott', '19-11-25', '23:16'); threads[7] = new thread(37938, 'very glad I finally registered', 'BrianWoott', '19-11-25', '22:47'); threads[8] = new thread(37937, 'Im gladreally happy I now registered', 'BrianWoott', '19-11-25', '06:36'); threads[9] = new thread(37936, 'Coinbase Clone Script – Your Fast Track to the Next Crypto Success Story', 'DarciaRose', '18-11-25', '20:32'); threads[10] = new thread(37932, 'What Makes a Crypto Trading Bot More Profitable Than Manual Trading?', 'braydenlucas', '13-11-25', '18:01');