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(198053, 'Falcon crest', 'Lavb5474', '08-31-2010', '10:34 PM'); threads[1] = new thread(198036, 'Knots DVD News: At Last!', 'montyc', '08-31-2010', '01:51 AM'); threads[2] = new thread(198019, 'Knots Landing Spin Off', 'Joseph Channing', '08-30-2010', '12:06 PM'); threads[3] = new thread(198018, 'Knots landing on tnt', 'Joseph Channing', '08-30-2010', '11:54 AM'); threads[4] = new thread(197980, 'What if Lisa Hartman had stayed...', 'Joseph Channing', '08-28-2010', '01:12 PM'); threads[5] = new thread(197970, 'Some very recent pictures of Donna Mills + 2 with Larry Hagman', 'KLfanatic', '08-27-2010', '06:20 PM'); threads[6] = new thread(197959, 'EDIT: "Tomorrow Never Knows"', 'Joseph Channing', '08-26-2010', '08:34 PM'); threads[7] = new thread(197913, 'Falcon Crest = Maybe Knots Landing', 'Lavb5474', '08-24-2010', '04:22 PM'); threads[8] = new thread(197881, 'Possible Good News for Knots Fans? Netflix may be able to stream it.', 'montyc', '08-22-2010', '03:54 PM'); threads[9] = new thread(197736, 'Hunt Block in Salt', 'hatayas', '08-14-2010', '12:57 PM'); threads[10] = new thread(197713, 'The People\'s Choice Awards videos', 'agacs', '08-13-2010', '02:56 PM'); threads[11] = new thread(197710, 'Cathy Geary!', 'KatherineW\'sEvilerTwin', '08-13-2010', '12:57 PM'); threads[12] = new thread(197602, 'For the KNOTS fan who has everything ...', 'James from London', '08-06-2010', '12:23 PM'); threads[13] = new thread(197583, 'Fan art, Banners, and screen savers', 'Jessie', '08-05-2010', '05:46 AM'); threads[14] = new thread(197574, 'The KNOTS gang and their music likes', 'Pam\'s Twin Sister', '08-04-2010', '06:09 PM');