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(94998, 'Hello Fellow Reef Geeks!', 'Omega_Rains', '09-05-2010', '06:28 PM'); threads[1] = new thread(94997, 'Skin Peeling!!', 'gsxr1000rider', '09-05-2010', '05:54 PM'); threads[2] = new thread(94996, 'Video of my 29G tank :D', 'elweshomayor', '09-05-2010', '05:07 PM'); threads[3] = new thread(94995, 'Suggestions for UV clarifier', 'bigblock472', '09-05-2010', '04:34 PM'); threads[4] = new thread(94994, 'new feather duster', 'som3 reef3r', '09-05-2010', '04:33 PM'); threads[5] = new thread(94993, 'RSM250 Wiring', 'blackraven1425', '09-05-2010', '04:15 PM'); threads[6] = new thread(94992, 'Crazy Goby', 'Nick', '09-05-2010', '03:15 PM'); threads[7] = new thread(94991, 'Mg', 'antdizzle', '09-05-2010', '02:59 PM'); threads[8] = new thread(94990, 'Soft coral??', '2_slow_5.0', '09-05-2010', '02:36 PM'); threads[9] = new thread(94989, 'RSM250 ballasts', 'blackraven1425', '09-05-2010', '02:35 PM'); threads[10] = new thread(94988, 'Help!!!!!!!!!', 'BDEW1988', '09-05-2010', '02:15 PM'); threads[11] = new thread(94987, 'DIY Painting Back of Aquarium', 'SnooknRedz', '09-05-2010', '01:36 PM'); threads[12] = new thread(94986, 'Just Bought One Diiiirty Tank', 'Elizabeth', '09-05-2010', '01:33 PM'); threads[13] = new thread(94985, 'Dragon Goby', 'southpaw9984', '09-05-2010', '12:37 PM'); threads[14] = new thread(94984, 'fish compatability', 'juliew', '09-05-2010', '12:35 PM');