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(44265, 'Other World Mapper: Easy to Use Mapping Program', 'Kyete', 'October 20th, 2014', '01:26 PM'); threads[1] = new thread(44016, 'looking for Epic/Medieval fantasy without a crapload of main characters!', 'Wulfgang', 'October 20th, 2014', '01:26 PM'); threads[2] = new thread(44335, 'NaNoWriMo 2014', 'JonLaidlow', 'October 20th, 2014', '12:50 PM'); threads[3] = new thread(44333, 'Best Science Fantasy Fiction Books', 'psikeyhackr', 'October 20th, 2014', '12:35 PM'); threads[4] = new thread(44119, 'favorite fantasy novel', 'Bmet', 'October 20th, 2014', '12:11 PM'); threads[5] = new thread(44194, 'Fantasy Reading in October 2014', 'Nechtan', 'October 20th, 2014', '11:37 AM'); threads[6] = new thread(285, 'If you like ^^^^^ then you might like #####', 'chris777', 'October 20th, 2014', '11:33 AM'); threads[7] = new thread(44064, 'How to Mix SF and Fantasy', 'Andrew Leon Hudson', 'October 20th, 2014', '11:30 AM'); threads[8] = new thread(44193, 'SFFWorld Countdown to Hallowe\'en 2014', 'Whitleyrr', 'October 20th, 2014', '11:03 AM'); threads[9] = new thread(44339, 'Altar of Influence, a Prelude to the Dying Landa Chronicle', 'AuthorJacobCoop', 'October 20th, 2014', '10:41 AM');