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(142680, 'Vinnie Paul Dies at 54', 'GruntersDad', '06-23-2018', '01:23 PM'); threads[1] = new thread(142667, 'Star Drums - what wood?', 'Black Label', '06-23-2018', '09:23 AM'); threads[2] = new thread(142664, 'Vinnie Paul passed', 'sticksnstonesrus', '06-23-2018', '06:11 AM'); threads[3] = new thread(142661, 'What drum(s) to add to my custom order', 'kolyn77', '06-23-2018', '03:18 AM'); threads[4] = new thread(142657, 'How to get the "Living After Midnight" bass drum sound (British Steel)', 'DaleClark', '06-23-2018', '12:11 AM'); threads[5] = new thread(142655, 'Sonor Hilite Restoration - Rubber Gaskets', 'rowfour', '06-22-2018', '09:04 PM'); threads[6] = new thread(142654, 'Favorite Drummer', 'satisfiedwimp', '06-22-2018', '05:24 PM'); threads[7] = new thread(142642, 'Crowdfunding campaign to record debut album', 'Caz', '06-22-2018', '09:58 AM'); threads[8] = new thread(142641, 'Balancing Gear Collection with Market Saturation', 'devonc97', '06-22-2018', '05:25 AM'); threads[9] = new thread(142639, 'Help with French grip technique', 'pt3407', '06-22-2018', '04:20 AM'); threads[10] = new thread(142637, 'career advise', 'tonicannelli', '06-21-2018', '09:05 PM'); threads[11] = new thread(142636, 'Why do threads start from the bottom?', 'martianmambo', '06-21-2018', '08:01 PM'); threads[12] = new thread(142631, '"Projection" of drums', 'larryace', '06-21-2018', '03:17 PM'); threads[13] = new thread(142630, 'Paradiddle/paradiddle-diddle idea', 'renardvert', '06-21-2018', '01:36 PM'); threads[14] = new thread(142628, 'Is the drummer population aging?', 'Mastiff', '06-20-2018', '11:05 PM');