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(40367, 'Leeds united fans', 'David Pegram', '08.02.2010', '21:35'); threads[1] = new thread(40366, 'Bourgeois 2nd BB Concerto final movement', 'davetubaking', '08.02.2010', '20:04'); threads[2] = new thread(40365, 'Old Echo cornet - info required', 'peterg', '08.02.2010', '19:43'); threads[3] = new thread(40364, 'Cleaning stuff...', 'gcbtrom', '08.02.2010', '18:21'); threads[4] = new thread(40363, 'Sheet Music at reduced Rates', 'Mode For....', '08.02.2010', '13:30'); threads[5] = new thread(40362, 'Solopiece for 2 Trumpets and Orchestra', 'Musigid', '08.02.2010', '10:49'); threads[6] = new thread(40353, 'Paddy Flower\'s identity - ??', 'Simon_Horn', '07.02.2010', '18:14'); threads[7] = new thread(40350, 'Brighouse and Dave King', 'BariPower', '07.02.2010', '16:47'); threads[8] = new thread(40349, 'Heliosuk Flugel & Euphonium review', 'chrisjohnston', '07.02.2010', '16:41'); threads[9] = new thread(40348, 'New Model Cornet', 'chrisjohnston', '07.02.2010', '16:29'); threads[10] = new thread(40347, 'Brass Repair Apprenticeships?', 'euphsrock', '07.02.2010', '16:10'); threads[11] = new thread(40346, 'Band at Murrayfield', 'Essex Elvis', '07.02.2010', '16:00'); threads[12] = new thread(40344, 'Old Faireys tape', '_si', '07.02.2010', '00:17'); threads[13] = new thread(40342, 'Is this a good quality Cornet?', '_si', '06.02.2010', '20:55'); threads[14] = new thread(40341, 'Genuine E-bay seller or not?', 'euphsrock', '06.02.2010', '20:14');