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(38007, 'StephenBet', 'FobertZes', '07-05-26', '14:46'); threads[1] = new thread(38006, 'EN-FAB Inc. | Enhanced Oil Recovery & Metering Solutions | USA', 'enfabinc', '04-05-26', '11:59'); threads[2] = new thread(38005, 'QuickBooks Integration by QBIS | Auto Sync Online and Desktop', 'qbisinc', '01-05-26', '14:14'); threads[3] = new thread(38004, 'Pakistan Property Portal – Buy, Sell, Rent Homes and Plots | Raabty.com', 'raabtypk', '28-04-26', '14:53');