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(55024, 'Puppy Pimples....Help!', 'PucksPapas', '09-02-2010', '04:53 PM'); threads[1] = new thread(55023, 'learning to sit and down', 'judyc', '09-02-2010', '04:46 PM'); threads[2] = new thread(55022, 'Immune System Supplements', 'melisa22jo', '09-02-2010', '02:55 PM'); threads[3] = new thread(55021, 'She FINALLY went in the water!!!!', 'JessWarn', '09-02-2010', '02:37 PM'); threads[4] = new thread(55020, 'Heat and ears?', 'kayla baxter', '09-02-2010', '01:13 PM'); threads[5] = new thread(55019, 'I think I kinda of shot myself in the foot a little?', 'Enhanced', '09-02-2010', '01:03 PM'); threads[6] = new thread(55018, 'Another Puck Update!', 'PucksPapas', '09-02-2010', '12:50 PM'); threads[7] = new thread(55017, 'Fear, Aggression, and Play weekend in Seattle with Patricia McConnell', 'Brindle baby', '09-02-2010', '12:12 PM'); threads[8] = new thread(55016, 'Chief\'s cough wasn\'t Kennel Cough :(', 'lynnwalden', '09-02-2010', '11:35 AM'); threads[9] = new thread(55014, 'Not really an introduction, just an update.', 'newdaneparents', '09-02-2010', '09:00 AM'); threads[10] = new thread(55013, 'Duke update', 'duke\'sdad', '09-02-2010', '08:38 AM'); threads[11] = new thread(55012, 'MAGDRL Movie', 'dolmod', '09-02-2010', '08:21 AM'); threads[12] = new thread(55011, 'HATE extend leashes!!!! And oblivious owners!!', 'crdane', '09-02-2010', '07:55 AM'); threads[13] = new thread(55010, 'Need Puppy Road Trip Advice', 'NMDane', '09-02-2010', '06:25 AM'); threads[14] = new thread(55009, 'New TOTW', 'jerryk1199', '09-02-2010', '06:23 AM');