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(20); threads[0] = new thread(3668, 'A question about datum reference mmb', 'lucien tian', '12-29-2014', '09:36 PM'); threads[1] = new thread(3665, 'Boarding Steps', 'Captmike', '12-28-2014', '11:58 AM'); threads[2] = new thread(3664, 'Getting Started', 'Willi096', '12-26-2014', '09:24 PM'); threads[3] = new thread(3663, 'Motor Activation', 'Willi096', '12-26-2014', '08:50 PM'); threads[4] = new thread(3661, 'Review course for Mechanical PE exam?', 'davidkien68', '12-25-2014', '11:19 PM'); threads[5] = new thread(3660, 'Advice for potential of contracting design services', 'Ryan2022', '12-23-2014', '01:10 PM'); threads[6] = new thread(3658, 'How to achieve an oily-smooth sliding surface that does not sieze up later?', 'davidhiep86', '12-21-2014', '10:48 PM'); threads[7] = new thread(3657, 'Need some help with project.', 'mech4ever', '12-18-2014', '07:34 AM'); threads[8] = new thread(3656, 'Looking for suggestions/help making a hot stamp die (bookbinding)', 'Wilshire', '12-17-2014', '11:21 PM'); threads[9] = new thread(3655, 'Engineering Jobs CA???', 'blanker', '12-17-2014', '05:21 PM'); threads[10] = new thread(3653, 'I beam Reinforcement', 'floodrod', '12-17-2014', '10:05 AM'); threads[11] = new thread(3649, 'Fixed centre point beam', 'mjonquiere', '12-15-2014', '09:11 AM'); threads[12] = new thread(3647, 'GD&T Runout Measurement Question', 'mhk665', '12-12-2014', '10:24 AM'); threads[13] = new thread(3646, 'Melting Temperature of Aluminum?', 'Cragyon', '12-09-2014', '05:20 PM'); threads[14] = new thread(3645, 'What happens when the magnitude of the modulating signal Vm is varied', 'dontigeh', '12-08-2014', '01:08 PM'); threads[15] = new thread(3644, 'What happens when varying carrier frequency in amplitude modulation?', 'dontigeh', '12-08-2014', '01:01 PM'); threads[16] = new thread(3643, 'scissors roof truss analysis and design', 'andrew011', '12-08-2014', '09:53 AM'); threads[17] = new thread(3642, 'Petrochemical Oil & Gas', 'Rizwan786', '12-07-2014', '01:00 PM'); threads[18] = new thread(3641, 'Same datum (say Datum B) be attached to the same feature be shown in multiple views', 'McFad', '12-07-2014', '11:54 AM'); threads[19] = new thread(3640, 'Postion Tolerancing - Urgent Help !', 'deepesh', '12-06-2014', '09:03 AM');