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(45765, 'David tant parole approved', 'deadgame90', '09-08-2010', '11:42 AM'); threads[1] = new thread(45695, 'Beware of Bedford Virginia', 'Blackpoison', '09-05-2010', '11:58 PM'); threads[2] = new thread(45649, 'MA: Neglected dog rescued from Westport property making a recovery', '3MTA3', '09-03-2010', '11:18 PM'); threads[3] = new thread(45647, 'MO: Dog fighting suspect to be arraigned', '3MTA3', '09-03-2010', '11:00 PM'); threads[4] = new thread(45646, 'CA: Corcoran prison employee arrested on dog fighting charges', '3MTA3', '09-03-2010', '10:51 PM'); threads[5] = new thread(45549, 'New call to ban pitbulls in SA', 'LittleRedKennels', '08-31-2010', '12:52 AM'); threads[6] = new thread(45509, 'PA: Rare Breed Pit Bull Puppy Stolen From Lancaster County Family\'s Yard', '3MTA3', '08-29-2010', '09:44 AM'); threads[7] = new thread(45500, 'IN: Five dogs involved in fighting ring put to death', '3MTA3', '08-28-2010', '01:24 PM'); threads[8] = new thread(45451, 'NM: Stimulus Money Will Help Combat Illegal Cockfighting and Dog Fighting', '3MTA3', '08-26-2010', '02:43 PM'); threads[9] = new thread(45450, 'AL: Parole denied for man who tortured pit bull', '3MTA3', '08-26-2010', '02:36 PM'); threads[10] = new thread(45448, 'NC: Dog Owner Suspects Three Pit Bulls Poisoned', '3MTA3', '08-26-2010', '02:24 PM'); threads[11] = new thread(45446, 'AL: Mobile police now say dogs that attacked ponies were not pit bulls', '3MTA3', '08-26-2010', '02:13 PM'); threads[12] = new thread(45441, 'Pitbull protects owner from potential rape', 'Robber', '08-26-2010', '01:16 PM'); threads[13] = new thread(45287, 'PA: Pit Bull abandoned in Coolbaugh has new family', '3MTA3', '08-21-2010', '11:08 AM'); threads[14] = new thread(45286, 'NY: Reward for Information on Abused Amityville Dog Raised to $5,000', '3MTA3', '08-21-2010', '10:50 AM');