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(12); threads[0] = new thread(719249, 'MeisterR GT1 20% OFF Offer! For those who missed Black Friday.', 'MeisterR', '14th June 2020', '13:03'); threads[1] = new thread(718179, 'MiataSpeed New ND2 Mazda Miata Build', 'MiataSpeed.net', '29th May 2020', '22:12'); threads[2] = new thread(717690, 'Memorial day sale - 10% off Store Wide!', 'MiataSpeed.net', '23rd May 2020', '00:10'); threads[3] = new thread(717647, 'JBR\'s Memorial Day 2020 Sale Starts NOW!!', 'JBR', '22nd May 2020', '11:52'); threads[4] = new thread(717052, 'Artisan Shift Knobs - May 2020', 'RevLimiter', '14th May 2020', '00:08'); threads[5] = new thread(716649, 'Moss Motors is Back! Open for online orders.', 'MX5/Miata.net', '8th May 2020', '15:33'); threads[6] = new thread(716143, 'Tommy - Back In Stock', 'Priority Mazda', '1st May 2020', '15:39'); threads[7] = new thread(715092, 'revlimiter Quarantine Sale', 'RevLimiter', '16th April 2020', '14:23'); threads[8] = new thread(714683, '90-05 Full length SS clutch line (master to slave) from Treasure Coast Miata', 'treasurecoastmiata', '10th April 2020', '15:46'); threads[9] = new thread(714547, 'Easter SALE - SAVE up to 50% with us!!!', 'RedlineGoods.com', '8th April 2020', '11:49'); threads[10] = new thread(714497, 'Treasure Coast Miata is open for "business as usual"', 'treasurecoastmiata', '7th April 2020', '14:42'); threads[11] = new thread(714151, 'April Fools\' SALE - SAVE up to 50% today!!!', 'RedlineGoods.com', '1st April 2020', '16:10');