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(38003, 'Music for School Brass Group..', 'Kjata', '03.07.2009', '13:42'); threads[1] = new thread(37998, 'Electronic percussion', 'yoooff', '02.07.2009', '22:22'); threads[2] = new thread(37997, 'Pontins 2009 Test Pieces', 'Columbo', '02.07.2009', '21:56'); threads[3] = new thread(37996, 'Stone Town Band at Stone Amphitheatre Sunday 5th July', 'Stone Town', '02.07.2009', '21:07'); threads[4] = new thread(37995, 'National Anthem and Council Bandstands', 'tubafran', '02.07.2009', '15:07'); threads[5] = new thread(37993, 'Red Dog Brass Quartets', 'Red Dog Brass', '02.07.2009', '11:26'); threads[6] = new thread(37991, 'virtuosi bass trombones', 'bobbyp', '02.07.2009', '09:29'); threads[7] = new thread(37988, 'June 2009 All Brass Band Radio Top 20', 'DocFox', '02.07.2009', '00:19'); threads[8] = new thread(37984, 'YORKSHIRE TOUR 2009 - Århus Brass Band', 'Jacob Larsen', '01.07.2009', '16:45'); threads[9] = new thread(37983, 'Your favourite piece?', 'xRinat', '01.07.2009', '14:47'); threads[10] = new thread(37982, 'Windsor Brass Collective', 'Highams', '01.07.2009', '14:13'); threads[11] = new thread(37980, 'Flying Stations', 'AEHOWGATE', '01.07.2009', '11:26'); threads[12] = new thread(37979, 'More New Signings at Old Hall', 'euphonium_john', '01.07.2009', '11:26'); threads[13] = new thread(37975, 'Bass stand required', 'Euphonium Fred', '30.06.2009', '21:23'); threads[14] = new thread(37973, 'Market Rasen Band Vacancies', 'euphalogy', '30.06.2009', '18:21');