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(593, 'Brandywine Music Gig List', 'Brandywine Music', '09-09-2010', '11:43 AM'); threads[1] = new thread(592, 'HOME IMPROVEMENTS 4U - Painting & decorating - House maintenance', 'Home Improvements (Jeff)', '08-09-2010', '05:52 PM'); threads[2] = new thread(591, 'Need Specialist Multi-Media Training? Then look no further!', 'Philippa Lunt', '08-09-2010', '11:12 AM'); threads[3] = new thread(590, 'cheap vets', 'cats', '07-09-2010', '03:21 PM'); threads[4] = new thread(589, 'Refreshment booth on the Recreation Ground', 'Deborah Harrison', '06-09-2010', '05:01 PM'); threads[5] = new thread(262, 'recommendations', 'Deborah Harrison', '06-09-2010', '04:45 PM'); threads[6] = new thread(588, 'Beatles & Abba together in Sevenoaks?', 'Imagine...The Beatles', '06-09-2010', '04:39 PM'); threads[7] = new thread(587, 'New voice for the over 50s', 'steveplater', '02-09-2010', '04:19 PM'); threads[8] = new thread(586, 'Brandywine Music Gig List', 'Brandywine Music', '02-09-2010', '01:12 PM'); threads[9] = new thread(585, 'September Offer of the Month', 'DerekG', '01-09-2010', '12:49 PM'); threads[10] = new thread(584, 'Welcome to New Chamber Member - Rockdale Housing Association Limited', 'Sevenoaks Chamber', '27-08-2010', '09:06 AM'); threads[11] = new thread(583, 'African Drumming', 'Sevenoaks Adult Education', '24-08-2010', '07:31 AM'); threads[12] = new thread(582, 'Open days', 'Sevenoaks Adult Education', '20-08-2010', '12:29 PM'); threads[13] = new thread(581, 'Brandywine Music Gig List', 'Brandywine Music', '19-08-2010', '12:15 PM'); threads[14] = new thread(580, 'Dreaming', 'Daphne Kingston', '16-08-2010', '04:09 PM');