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(45304, 'What\'s the next big TV adaptation that you want to see?', 'DailyRich', 'February 3rd, 2015', '03:59 PM'); threads[1] = new thread(45284, 'Epic Sci Fi series with outstanding worldbuilding and prose? More questions inside...', 'DailyRich', 'February 3rd, 2015', '03:56 PM'); threads[2] = new thread(44885, 'January/February 2015 Short Story Contest', 'R.J.', 'February 3rd, 2015', '03:47 PM'); threads[3] = new thread(45244, 'Reading in SF February 2015', 'krisbslick', 'February 3rd, 2015', '03:36 PM'); threads[4] = new thread(44992, 'This Forum Is Too Dead For Me', 'DailyRich', 'February 3rd, 2015', '03:15 PM'); threads[5] = new thread(45306, 'Haunted houses and gothic homes', 'Randy M.', 'February 3rd, 2015', '03:02 PM'); threads[6] = new thread(40196, 'Submission Requests, Call For Submissions - Post HERE!', 'CharlotteAshley', 'February 3rd, 2015', '03:02 PM'); threads[7] = new thread(39677, 'SFFH Workshop', 'Gustaf Hagel', 'February 3rd, 2015', '02:54 PM'); threads[8] = new thread(45311, 'Impulse by David Bara', 'gjb', 'February 3rd, 2015', '02:24 PM'); threads[9] = new thread(45033, 'The Girl With All the Gifts', 'phil_geo', 'February 3rd, 2015', '02:03 PM');