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(15); threads[0] = new thread(29994, 'ACME 1589 for Sale', 'Jetter', '09-24-2019', '05:59 PM'); threads[1] = new thread(29993, 'Countdown to Mead', 'UNSTUCK', '09-24-2019', '04:13 PM'); threads[2] = new thread(29992, 'Speed Set not working... possibly the controller?', 'cboshdave', '09-23-2019', '08:44 PM'); threads[3] = new thread(29991, 'Winterization question', 'BrentB', '09-22-2019', '08:01 PM'); threads[4] = new thread(29990, 'PSS shaft seal', 'red68yota', '09-22-2019', '02:55 PM'); threads[5] = new thread(29989, '2012 Z3 Speed Control Issue', 'shelhanser', '09-21-2019', '11:38 PM'); threads[6] = new thread(29988, 'Lake Bartlett, AZ', 'boonecragun', '09-20-2019', '11:35 PM'); threads[7] = new thread(29987, 'Suggest me', 'tomriddle0054', '09-20-2019', '08:20 PM'); threads[8] = new thread(29986, '2000 Tige 2100V Limited', 'Boulder Boats', '09-20-2019', '06:21 PM'); threads[9] = new thread(29985, 'Struts for engine cover', 'justicedealt', '09-20-2019', '05:29 AM'); threads[10] = new thread(29983, 'Could We Get James Harden\'s Nosebleed Animation?', 'Gamerzone', '09-20-2019', '02:22 AM'); threads[11] = new thread(29982, 'Bought our first Tigé today!!!!', 'Mcmurryfam313', '09-18-2019', '11:44 PM'); threads[12] = new thread(29981, 'Towing with Tower Down?', 'KYSHREDREADY', '09-18-2019', '06:37 PM'); threads[13] = new thread(29980, 'need help with a Tige Taps3 install on a 2013 Z3', 'tunafoot', '09-18-2019', '02:51 AM'); threads[14] = new thread(29979, 'Taps T3 upgrade', 'CJ Pore', '09-17-2019', '08:49 PM');