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(10); threads[0] = new thread(104360, 'Hogan had a Femoral Head Excision today...', 'jessybell88', '09-08-2010', '03:38 PM'); threads[1] = new thread(104348, 'Help needed for sick baby puggy', 'dmoya', '09-07-2010', '11:18 PM'); threads[2] = new thread(104312, 'Pimple?', 'OzzyBear', '09-06-2010', '02:45 AM'); threads[3] = new thread(104275, 'Bailey\'s Boodwork', '6 Beautiful Pugs', '09-03-2010', '06:18 PM'); threads[4] = new thread(104258, 'Coccidia??', 'shasha13', '09-02-2010', '02:20 PM'); threads[5] = new thread(104255, 'Allergies and Atopica', 'kristin12', '09-02-2010', '12:32 PM'); threads[6] = new thread(104254, 'Counterfeit Online (E-Bay) Drug - Frontline & Frontline Plus', 'Pugpillow', '09-02-2010', '12:09 PM'); threads[7] = new thread(104245, 'Update on Roscoe\'s rar infection', 'roscosmama', '09-01-2010', '07:17 PM'); threads[8] = new thread(104228, 'Today I Cried', '6 Beautiful Pugs', '08-30-2010', '09:49 PM'); threads[9] = new thread(104225, 'Red Feet', 'PugMa', '08-30-2010', '01:45 PM');