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(36831, 'Pit bulls smuggled into UK dressed as ugly babies', 'peppapig', '11-20-2009', '06:43 AM'); threads[1] = new thread(36807, 'TX-Panola County Man Pleads Guilty To Federal Dog Fighting Charges', '3MTA3', '11-19-2009', '01:40 PM'); threads[2] = new thread(36803, 'OH-Skeldon to retire Jan. 31, 2010', '3MTA3', '11-19-2009', '10:23 AM'); threads[3] = new thread(36728, 'NC-9 Investigates: Pit Bulls Taken To Charlotte Shelter Costing Taxpayers', '3MTA3', '11-15-2009', '03:05 PM'); threads[4] = new thread(36727, 'GA-Barnesville Man arrested after chained pit bull dies', '3MTA3', '11-15-2009', '02:37 PM'); threads[5] = new thread(36725, 'OH-The Truth About Tom "Dog Killer" Skeldon', '3MTA3', '11-15-2009', '01:52 PM'); threads[6] = new thread(36718, 'NM-Charges dropped in dog fighting case', '3MTA3', '11-14-2009', '07:40 PM'); threads[7] = new thread(36669, 'CA-Family Outraged After Dog Killed By Deputy', '3MTA3', '11-12-2009', '04:38 PM'); threads[8] = new thread(36639, 'MO-Dozens of Pit Bulls Rescued from Dogfighting Rings are Finding Homes', '3MTA3', '11-11-2009', '07:56 PM'); threads[9] = new thread(36619, 'OH-Lucas County Commissioner wants dog warden to be fired or demoted', '3MTA3', '11-10-2009', '10:54 AM'); threads[10] = new thread(36599, 'MN-An angel for Ruby: Therapy dog that has touched lives is now fighting for her own', '3MTA3', '11-09-2009', '08:38 PM'); threads[11] = new thread(36572, 'TN-Jackson City Votes Down Mandatory Spay/Neuter', '3MTA3', '11-08-2009', '01:20 PM'); threads[12] = new thread(36570, 'OH-Lucas County dog death toll rises as controversy swirls', '3MTA3', '11-08-2009', '12:17 PM'); threads[13] = new thread(36524, 'PA-Experts join dog-fighting panel', '3MTA3', '11-06-2009', '01:53 PM'); threads[14] = new thread(36522, 'GA-Family’s Dog Set Afire', '3MTA3', '11-06-2009', '01:43 PM');