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(70459, 'Take A Peek At Tonight\'s \'NCIS:LA\'', 'CSI Files', 'February 3 2015', '12:43 AM'); threads[1] = new thread(70458, 'What\'s On This Week', 'CSI Files', 'February 2 2015', '11:12 PM'); threads[2] = new thread(70456, 'Angle Of Attack Wingsuiters', 'Sam Laming', 'February 2 2015', '12:20 PM'); threads[3] = new thread(70455, 'Time of Death in CSI', 'DeeJay', 'January 31 2015', '12:38 PM'); threads[4] = new thread(70454, 'Former \'CSI:NY\' Stars Visit \'Hawaii Five-0\'', 'CSI Files', 'January 30 2015', '11:32 PM'); threads[5] = new thread(70453, 'Finding An Instrumental Piece', 'MassacrEffect', 'January 30 2015', '10:34 PM'); threads[6] = new thread(70451, '\'Criminal Minds\' Ratings & Promo Are Now Available', 'CSI Files', 'January 29 2015', '09:53 PM'); threads[7] = new thread(70450, 'Take A Look At Tonight\'s \'Criminal Minds\'', 'CSI Files', 'January 29 2015', '12:50 AM'); threads[8] = new thread(70448, '\'CSI\' Ratings & Links Are Available, Plus Finale Schedule', 'CSI Files', 'January 28 2015', '10:40 PM'); threads[9] = new thread(70446, '"The Last Ride" Discussion *Spoilers*', 'AleSir19', 'January 28 2015', '05:31 AM'); threads[10] = new thread(70445, 'Watch Clips From Tonight\'s \'CSI\'', 'CSI Files', 'January 27 2015', '09:40 PM'); threads[11] = new thread(70444, 'The Second Half of the Season In my Opinion', 'jimmora', 'January 27 2015', '05:04 PM'); threads[12] = new thread(70443, '\'The Last Ride\' Official Details, Plus What\'s On This Week', 'CSI Files', 'January 26 2015', '10:50 PM'); threads[13] = new thread(70442, '\'CSI\' Ratings, Links & Promo Are Now Available', 'CSI Files', 'January 26 2015', '06:10 PM'); threads[14] = new thread(70441, '"Hero to Zero" Discussion *Spoilers*', 'Faylinn', 'January 26 2015', '04:28 AM');