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(89158, 'CPR without Mouth to Mouth??', 'MA-Caver', '07-29-2010', '01:27 AM'); threads[1] = new thread(89123, 'Monty Python was right about the Comfy Chair', 'Bill Mattocks', '07-28-2010', '01:58 PM'); threads[2] = new thread(89064, '10 Things Single People Must Do', 'MA-Caver', '07-26-2010', '03:38 PM'); threads[3] = new thread(89014, 'One Great Fitness Test', 'LoneRider', '07-23-2010', '02:11 PM'); threads[4] = new thread(88981, 'Office training', 'dosk3n', '07-22-2010', '08:05 AM'); threads[5] = new thread(88937, 'Zen Practice', 'Xue Sheng', '07-20-2010', '11:22 AM'); threads[6] = new thread(88892, 'Need to get fit\'ish', 'edudley', '07-18-2010', '08:59 AM'); threads[7] = new thread(88859, 'Rotator Cuff Strengthening', 'Slipper', '07-15-2010', '08:28 PM'); threads[8] = new thread(88655, 'An Interesting Fitness Insight', 'LoneRider', '07-12-2010', '04:12 PM'); threads[9] = new thread(88577, 'Take the test to see how good you are', 'UncleSamPatriot', '07-09-2010', '11:42 AM'); threads[10] = new thread(88563, 'Need help from fellow MA-ist, DR\'s worthless.', 'd1jinx', '07-08-2010', '11:46 PM'); threads[11] = new thread(88513, 'Cramps / Stitches', 'Laus', '07-07-2010', '03:35 PM'); threads[12] = new thread(88443, 'Flexibility for the arms?', 'Chat Noir', '07-03-2010', '10:05 PM'); threads[13] = new thread(88439, 'Beating the Heat ?????', 'Grendel308', '07-03-2010', '01:59 PM'); threads[14] = new thread(88419, 'Magnet theropy', 'boom boom', '07-02-2010', '10:39 AM');