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(44826, 'Single novel, Trilogy, or multiple book epic?', 'KatG', 'December 30th, 2014', '01:51 AM'); threads[1] = new thread(32030, 'Kingkiller Chronicles Speculation (Spoilers for both books)', 'Pishcakes', 'December 30th, 2014', '01:41 AM'); threads[2] = new thread(44668, 'How realistic do you have to be?', 'KatG', 'December 30th, 2014', '01:26 AM'); threads[3] = new thread(44861, 'The Mind Control – A review of the novel ‘That Truthful Place’', 'Kevin Peter', 'December 30th, 2014', '01:19 AM'); threads[4] = new thread(44860, 'The Finest Generation – A review of the novel ‘Dobyns Chronicles’', 'Kevin Peter', 'December 30th, 2014', '01:18 AM'); threads[5] = new thread(44320, 'Recommend me some Noir/Detective type Sci fi', 'runaroundace', 'December 30th, 2014', '01:07 AM'); threads[6] = new thread(44838, 'December 2014 Flash Fiction Voting Thread', 'Micah R Sisk', 'December 30th, 2014', '12:52 AM'); threads[7] = new thread(44293, 'What are the \'hardest SF\' novels you\'ve read?', 'oorang', 'December 30th, 2014', '12:14 AM'); threads[8] = new thread(3817, 'Dr. Who', 'JunkMonkey', 'December 29th, 2014', '08:45 PM'); threads[9] = new thread(44652, 'December Motivational Thread!', 'Facing', 'December 29th, 2014', '07:20 PM');