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(39408, 'Michael Vick To Speak Out Against Dog Fighting', 'Alma', '02-08-2010', '07:45 PM'); threads[1] = new thread(39407, 'New York City Dogfighters Finally Face a Jury', 'Alma', '02-08-2010', '07:43 PM'); threads[2] = new thread(39406, 'Ariz. man with about 24 dogs faces cruelty charges', 'Alma', '02-08-2010', '07:40 PM'); threads[3] = new thread(39375, 'Pit Bull Blues!!!', 'yoel', '02-08-2010', '03:04 AM'); threads[4] = new thread(39310, 'OR-Pit bull missing after owner seriously injured in crash near Rhododendron', '3MTA3', '02-06-2010', '09:35 AM'); threads[5] = new thread(39308, 'MA: Pit bull marks a year at shelter', '3MTA3', '02-06-2010', '09:26 AM'); threads[6] = new thread(39295, 'Former Dog fighter Fights Back', 'Jefferson', '02-05-2010', '06:37 PM'); threads[7] = new thread(39277, 'Pit bulls marked for death', 'Alma', '02-05-2010', '08:31 AM'); threads[8] = new thread(39253, 'Dogfighting arrest made in Clay County', 'Alma', '02-04-2010', '08:48 AM'); threads[9] = new thread(39252, 'Michael Vick \'cried all the way to jail\' after dogfighting conviction', 'Alma', '02-04-2010', '08:46 AM'); threads[10] = new thread(39251, 'Maryland Lawmakers take on Animal Cruelty', 'Alma', '02-04-2010', '08:44 AM'); threads[11] = new thread(39250, '5 worst states to be an animal', 'Alma', '02-04-2010', '08:41 AM'); threads[12] = new thread(39227, 'PA-Together, making a point about pit bulls', '3MTA3', '02-03-2010', '06:01 PM'); threads[13] = new thread(39225, 'Fayetteville teen accused of dog fighting (wanted to be the next Michael Vick)', '3MTA3', '02-03-2010', '04:49 PM'); threads[14] = new thread(39176, 'PA-Agents bust suspected dog-fighting ring', 'Alma', '02-02-2010', '01:54 PM');