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(7); threads[0] = new thread(405, 'Seeking side effects of treatment', 'weibart', '09-01-2010', '01:56 PM'); threads[1] = new thread(403, 'proton beam radiologist advice/inside track', 'Amanda', '08-24-2010', '08:22 PM'); threads[2] = new thread(402, 'ATRT - Spine', 'arachel', '08-22-2010', '10:15 PM'); threads[3] = new thread(400, 'study by scientists at The Hospital for Sick Children (SickKids', 'Amanda', '08-19-2010', '11:03 PM'); threads[4] = new thread(399, '2004 article on imaging of AT/RT', 'Amanda', '08-19-2010', '10:30 PM'); threads[5] = new thread(396, 'hi', 'morgansmom', '08-16-2010', '12:08 PM'); threads[6] = new thread(394, 'Radiation treatment information for ATRT Brain Cancer', 'nabulela', '08-14-2010', '10:37 AM');