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(59444, 'New Mag. Product', 'strout', '11-20-2009', '03:52 PM'); threads[1] = new thread(59443, 'ID sharks- behavior change?', 'EnyaGirl', '11-20-2009', '02:24 PM'); threads[2] = new thread(59442, 'My Molly Fry Keeps Getting Ick! :(', 'temull2', '11-20-2009', '12:09 PM'); threads[3] = new thread(59440, 'Question for rasbora people', 'bassbonediva', '11-20-2009', '12:39 AM'); threads[4] = new thread(59439, 'I need help...', 'Julez', '11-20-2009', '12:39 AM'); threads[5] = new thread(59438, 'Epic Fail, How do I fix this??', 'jjqs11', '11-20-2009', '12:15 AM'); threads[6] = new thread(59437, 'Kenny\'s 10gal - The Replacer!!', 'kenny1tothe6', '11-19-2009', '11:28 PM'); threads[7] = new thread(59433, 'Tank cycling...', 'Julez', '11-18-2009', '11:19 PM'); threads[8] = new thread(59431, 'Can I get a Parrot Cichlid?', 'vo1umeone', '11-18-2009', '12:01 PM'); threads[9] = new thread(59430, 'What to do.....', 'Hippie Chick', '11-18-2009', '11:58 AM'); threads[10] = new thread(59429, 'Can I get a Parrot Cichlid?', 'vo1umeone', '11-18-2009', '11:55 AM'); threads[11] = new thread(59424, 'help me please.', 'buddhababy', '11-17-2009', '11:29 PM'); threads[12] = new thread(59423, 'new to the forum...', 'Julez', '11-17-2009', '11:28 PM'); threads[13] = new thread(59422, 'pufferfish', 'hayer', '11-17-2009', '08:02 PM'); threads[14] = new thread(59420, 'box fish', 'tuck', '11-17-2009', '02:36 PM');