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(235719, 'The Smoking Gun', 'Galaxy', '11-20-2009', '09:36 PM'); threads[1] = new thread(235718, 'Bees and Almonds - A pretty good vid', 'alpha6', '11-20-2009', '09:24 PM'); threads[2] = new thread(235717, 'new beekepper question', 'Brooklyn', '11-20-2009', '08:04 PM'); threads[3] = new thread(235714, 'How Dangerous are Bees?', 'Adam Foster Collins', '11-20-2009', '06:12 PM'); threads[4] = new thread(235711, 'Drunk bees?', 'Jester', '11-20-2009', '04:25 PM'); threads[5] = new thread(235710, 'Wintering out on a limb!', 'Todd 64', '11-20-2009', '03:02 PM'); threads[6] = new thread(235709, 'Mailing Queen Cell?', 'LT', '11-20-2009', '02:39 PM'); threads[7] = new thread(235708, 'Extractor size and Equiptment list', 'brac', '11-20-2009', '01:49 PM'); threads[8] = new thread(235707, '2-tone crystalization, reason?', 'Bean', '11-20-2009', '01:30 PM'); threads[9] = new thread(235706, '7 5/8" boxes?', 'Mtn. Bee', '11-20-2009', '12:14 PM'); threads[10] = new thread(235705, 'Wanted: Swinger Loader', 'huskerman1968', '11-20-2009', '11:59 AM'); threads[11] = new thread(235704, 'Dumb question supercedure/swarm cells...', 'Omie', '11-20-2009', '11:56 AM'); threads[12] = new thread(235703, 'Kelley\'s beekeeping 101', 'paul.h', '11-20-2009', '11:42 AM'); threads[13] = new thread(235702, 'Bee Assist Bee help is here', 'bphilow', '11-20-2009', '11:23 AM'); threads[14] = new thread(235701, 'Bees will not take sugar water', 'reynoldg', '11-20-2009', '10:54 AM');