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(68795, '100-105 pounds at 8 months?!', 'Zeus&Lauren', '01-27-2012', '03:42 PM'); threads[1] = new thread(68794, 'My new pup in his winter jacket pic\'s', 'jaydog', '01-27-2012', '03:40 PM'); threads[2] = new thread(68793, 'Ok with strangers, except when.....', 'Tina Scott', '01-27-2012', '03:31 PM'); threads[3] = new thread(68792, 'Off-Topic forum?', 'LD67', '01-27-2012', '02:50 PM'); threads[4] = new thread(68791, 'NDR- Raw feeding the cat', 'ceciley13', '01-27-2012', '02:47 PM'); threads[5] = new thread(68790, 'ACCES in Lake City/Seattle for Gastropexy', 'Hummer', '01-27-2012', '02:43 PM'); threads[6] = new thread(68789, 'Had Dino back to Cardiologist today', 'Corinne44', '01-27-2012', '12:44 PM'); threads[7] = new thread(68788, 'Not just raw', 'AnimalLUVER', '01-27-2012', '12:39 PM'); threads[8] = new thread(68787, 'Fawn question', 'rodandmicha', '01-27-2012', '12:27 PM'); threads[9] = new thread(68786, 'Next step for puppy acne? Need suggestions...', 'Angel7292', '01-27-2012', '11:45 AM'); threads[10] = new thread(68785, 'Thinning hair on leg?', 'kayla baxter', '01-27-2012', '11:37 AM'); threads[11] = new thread(68784, 'Journey', 'mkueper', '01-27-2012', '09:28 AM'); threads[12] = new thread(68783, 'Daycare opinions?', 'RCDagger', '01-27-2012', '08:49 AM'); threads[13] = new thread(68782, 'Thinking of starting RAW', 'SizeofSeven', '01-27-2012', '08:43 AM'); threads[14] = new thread(68781, 'Journey-12 week stacked', 'mkueper', '01-27-2012', '08:34 AM');