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(20); threads[0] = new thread(57048, 'special teams', 'Slim', '09-07-2010', '09:14 AM'); threads[1] = new thread(57046, 'Cutdown Analyses Here', 'Mackie2001', '09-05-2010', '12:36 AM'); threads[2] = new thread(57045, 'Who will the Packers bring in?', 'Slim', '09-04-2010', '09:13 PM'); threads[3] = new thread(57044, 'Cutting edge decisions.', 'Packerlifer', '08-29-2010', '09:02 AM'); threads[4] = new thread(57043, 'Colts-Packers thoughts', 'Slim', '08-27-2010', '07:37 AM'); threads[5] = new thread(57042, 'Javon Walker to Vikings', 'MICheesehead', '08-24-2010', '07:39 PM'); threads[6] = new thread(57041, 'Most Memorable Game?', 'Scout200', '08-24-2010', '04:57 PM'); threads[7] = new thread(57040, 'Carroll Shows Up In The CFL', 'Cujo', '08-24-2010', '02:03 PM'); threads[8] = new thread(57039, 'Analysis', 'Zebra 3', '08-23-2010', '09:51 PM'); threads[9] = new thread(57038, 'Some things never change with MM', 'SoTxPhil', '08-22-2010', '01:15 AM'); threads[10] = new thread(57036, 'Legends Are Made Of Work', 'Lambeau', '08-18-2010', '08:30 PM'); threads[11] = new thread(57035, 'eagle fan here', 'kolb4', '08-18-2010', '10:03 AM'); threads[12] = new thread(57034, 'Most Underrated/Overrated Players in the NFL?', 'Scout200', '08-17-2010', '02:46 PM'); threads[13] = new thread(57033, 'shocker', 'mipackback', '08-17-2010', '08:21 AM'); threads[14] = new thread(57032, 'E:60 on Green Bay Tradition tomorrow night', 'Bazooka', '08-16-2010', '08:39 PM'); threads[15] = new thread(57031, 'Thoughts On First Pre-Season Game?', 'Sir Tasty', '08-15-2010', '10:25 AM'); threads[16] = new thread(57030, 'Biggest Loss for the Packers?', 'Scout200', '08-10-2010', '12:28 PM'); threads[17] = new thread(57029, 'New Mexico Packer Bars?', 'mrdamour', '08-09-2010', '11:04 PM'); threads[18] = new thread(57028, 'Bulaga at left guard', 'johnnyd17', '08-09-2010', '08:41 PM'); threads[19] = new thread(57027, 'Exhibition games online...', 'Profe', '08-09-2010', '03:46 PM');