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(10); threads[0] = new thread(1665, 'Husband dx with RAEB1', 'Amy D', 'Tue Sep 7, 2010', '04:43 PM'); threads[1] = new thread(1664, 'Low reticulocyte and lymphocyte - need help', 'stilltired', 'Tue Sep 7, 2010', '11:33 AM'); threads[2] = new thread(1663, 'Questions about chemo or drug-related MDS', 'Marie P.', 'Tue Sep 7, 2010', '11:26 AM'); threads[3] = new thread(1662, 'undiagnosed with low rbc,wbc,platlets', 'tom30', 'Tue Sep 7, 2010', '10:43 AM'); threads[4] = new thread(1661, 'AAMAC- Regular Monthly Toronto Support Group Meeting', 'Doug Mylie', 'Mon Sep 6, 2010', '11:48 PM'); threads[5] = new thread(1660, 'AAMAC- Halifax Regular Monthly Support Meeting', 'Doug Mylie', 'Mon Sep 6, 2010', '11:35 PM'); threads[6] = new thread(1659, 'AAMAC Education Day 2010- October 16, 2010-Ottawa Ontario', 'Doug Mylie', 'Mon Sep 6, 2010', '11:23 PM'); threads[7] = new thread(1658, 'Newish patient.', 'Raina', 'Mon Sep 6, 2010', '09:45 PM'); threads[8] = new thread(1657, 'Treatment for low platelets... ?', 'Julianna', 'Mon Sep 6, 2010', '07:05 AM'); threads[9] = new thread(1656, 'New member of the relapse club', 'KimO', 'Thu Sep 2, 2010', '07:27 PM');