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(89733, 'I really think Frodo doesn\'t like my dad or men in general', 'TenthDoctor', '12-15-2019', '04:40 PM'); threads[1] = new thread(89732, 'Parakeet bitting', 'KirstyM', '12-14-2019', '03:49 PM'); threads[2] = new thread(89731, 'Temporary cage for rescue pigeon', 'LMO', '12-12-2019', '03:24 PM'); threads[3] = new thread(89730, 'Budgie Male or female', 'JorEl', '12-10-2019', '12:59 AM'); threads[4] = new thread(89729, 'Please help cockatiel droppings', 'Pberen', '12-07-2019', '07:32 PM'); threads[5] = new thread(89728, 'RIP Capri', 'insh', '12-06-2019', '09:38 AM'); threads[6] = new thread(89727, 'Beware of Lupron!!!', 'insh', '12-06-2019', '09:08 AM'); threads[7] = new thread(89726, 'Beware of Lupron!!!', 'insh', '12-06-2019', '09:06 AM'); threads[8] = new thread(89725, 'Don\'t know what to do', 'JimJimmony', '12-01-2019', '07:56 AM'); threads[9] = new thread(89724, 'Kakariki Newborn Help - when can you enter cage to change food/water?', 'Demonwoman', '12-01-2019', '05:14 AM'); threads[10] = new thread(89723, 'My two budgies died suddenly?', 'Meganhwood', '11-28-2019', '04:32 PM'); threads[11] = new thread(89722, 'Kakariki egg and baby advice', 'Supadackles', '11-28-2019', '01:31 PM'); threads[12] = new thread(89721, 'Sudden Budgie Death, Lone Sibling', 'Beaby', '11-27-2019', '12:48 AM'); threads[13] = new thread(89719, 'Baby Apollo Update', 'Devi', '11-26-2019', '03:30 AM'); threads[14] = new thread(89718, 'Screeching cockatiel - bored or hormonal?', 'Supadackles', '11-25-2019', '12:52 PM');