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(7322, 'Leg Bad', 'n2mystical1', '09-07-2010', '10:06 PM'); threads[1] = new thread(7321, 'MBS and what to do about it', 'qtbirds', '09-07-2010', '07:28 PM'); threads[2] = new thread(7320, 'You cant see me.....', 'JudiNH', '09-07-2010', '07:07 PM'); threads[3] = new thread(7319, 'HQ cage help', 'Pam9802', '09-07-2010', '06:00 PM'); threads[4] = new thread(7318, 'Dancing Rory', 'sandyvern', '09-07-2010', '05:47 PM'); threads[5] = new thread(7317, 'Parrotlet doesn\'t want to be in cage when he sees me.', 'Displacednewfie', '09-07-2010', '04:53 PM'); threads[6] = new thread(7316, 'Hello', 'babyblue', '09-07-2010', '11:44 AM'); threads[7] = new thread(7315, 'my p\'let is a meat eater!!!', 'chirps1980', '09-07-2010', '11:33 AM'); threads[8] = new thread(7314, 'What the HECK???', 'JudiNH', '09-07-2010', '06:24 AM'); threads[9] = new thread(7313, 'Bellami & Lovebird (N.T.B.A) [Photo Montage]', 'Exoteric', '09-07-2010', '12:44 AM'); threads[10] = new thread(7312, 'Green-rumped Parrotlet', 'Evelyn', '09-06-2010', '08:21 PM'); threads[11] = new thread(7311, ':O Do i have a story for you guys!', 'shortie', '09-06-2010', '07:47 PM'); threads[12] = new thread(7310, 'Home Made Toys.', 'shortie', '09-06-2010', '02:18 PM'); threads[13] = new thread(7309, 'Bite size treat for training', 'Cadger', '09-06-2010', '01:52 PM'); threads[14] = new thread(7308, 'Made a mistake now he bites', 'qtbirds', '09-06-2010', '01:32 PM');