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(4945, 'Max Marks talks WolfCop #1, on sale in October', 'Byron', '08-04-2016', '10:47 AM'); threads[1] = new thread(4944, 'A Writer’s Commentary: Justin Jordan talks Evil Ernie: Godeater #1, on sale now', 'Byron', '08-03-2016', '06:27 PM'); threads[2] = new thread(4943, 'Amy Chu talks KISS #1, on sale in October', 'Byron', '08-03-2016', '09:04 AM'); threads[3] = new thread(4942, 'Article on THE SHADOW in comic in BACK ISSUE #89', 'pulphero', '08-03-2016', '12:47 AM'); threads[4] = new thread(4941, 'Fabrice Sapolsky talks Intertwined #1, on sale in October', 'Byron', '08-02-2016', '06:15 PM'); threads[5] = new thread(4940, 'Ben Fisher talks The Great Divide #2, on sale in October', 'Byron', '08-02-2016', '09:17 AM'); threads[6] = new thread(4939, 'Roger Langridge talks Betty Boop #1, on sale in October', 'Byron', '08-01-2016', '09:02 AM'); threads[7] = new thread(4938, 'Corinna Bechko talks to David Avallone about Twilight Zone/The Shadow #4, now on sale', 'Byron', '08-01-2016', '08:01 AM'); threads[8] = new thread(4937, 'David Avallone talks to Corinna S. Bechko about Miss Fury #4, now on sale', 'Byron', '07-29-2016', '01:48 PM'); threads[9] = new thread(4936, 'The Shadow: The Death of Margo Lane', 'positronic', '07-29-2016', '01:52 AM'); threads[10] = new thread(4935, 'Phil Hester talks with Nancy Collins about Army of Darkness: Furious Road #5', 'Byron', '07-28-2016', '09:40 AM'); threads[11] = new thread(4934, 'A Writer’s Commentary: David Avallone talks Twilight Zone/The Shadow #4, on sale now', 'Byron', '07-27-2016', '09:00 AM'); threads[12] = new thread(4933, 'Dynamite October 2016 solicits', 'ChastMastr', '07-26-2016', '02:17 PM'); threads[13] = new thread(4932, 'Ocotober 2016 solicits', 'ChastMastr', '07-26-2016', '01:28 PM'); threads[14] = new thread(4931, 'The Dynamite Art of THE SHADOW', 'positronic', '07-22-2016', '11:47 PM');