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(34705, 'Blade oil', 'biddy3010', '02-07-10', '01:17 PM'); threads[1] = new thread(34692, 'Can\'t find the RIGHT clipper!!', 'sydsmom', '02-06-10', '08:36 PM'); threads[2] = new thread(34689, 'So many clipper choices???', 'BoscoandKoda', '02-06-10', '08:00 PM'); threads[3] = new thread(34606, 'February Chris Christensen Specials from Cherrybrook', 'Cherrybrook', '02-04-10', '08:20 AM'); threads[4] = new thread(34551, 'recycling', 'petpalswi', '02-02-10', '10:55 AM'); threads[5] = new thread(34550, 'Happy Hoodies must really work!', 'Beanermom', '02-02-10', '10:38 AM'); threads[6] = new thread(34532, 'Blenders!?', 'yvonne', '02-01-10', '09:40 PM'); threads[7] = new thread(34476, 'Andis clippers slowing down/speeding up???', 'Briarpatch', '02-01-10', '12:10 PM'); threads[8] = new thread(34468, 'What is the difference b/w Geib Gators and Entree?', 'Vienna', '02-01-10', '04:10 AM'); threads[9] = new thread(34467, 'Ann Martin Scissors', 'westie', '02-01-10', '02:35 AM'); threads[10] = new thread(34464, 'In search of Mikki Matbreakers', 'ejmj30', '01-31-10', '09:40 PM'); threads[11] = new thread(34463, 'lefty shears', 'Makere', '01-31-10', '08:38 PM'); threads[12] = new thread(34458, 'One pair of clippers?', 'Gracy Rose', '01-31-10', '06:51 PM'); threads[13] = new thread(34445, 'the furminator', 'BigFamilyOfDogs', '01-31-10', '01:32 PM'); threads[14] = new thread(34432, 'Andis AGC. Oster A5 or Laube Mini Micro?', 'Vienna', '01-31-10', '03:29 AM');