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(1302, 'Not a clue', 'cflynn32', '07-09-2010', '09:46 PM'); threads[1] = new thread(1301, 'Sighting from Leixlip', 'cflynn32', '23-08-2010', '10:10 PM'); threads[2] = new thread(1300, 'witch in the woods', 'johncbdg', '02-08-2010', '11:50 AM'); threads[3] = new thread(1299, 'Iceland Volcano cam ufo Captured 2 april 2010 .', 'johncbdg', '23-04-2010', '10:35 PM'); threads[4] = new thread(1298, 'UFOs deny this proof we are not alone.', 'johncbdg', '02-02-2010', '06:14 PM'); threads[5] = new thread(1297, 'UFOS INTERCEPT AIRLINER AT GOREBRIDGE MIDLOTHIAN, 21st may 2009 10.30 pm frame by fra', 'johncbdg', '26-01-2010', '05:46 PM'); threads[6] = new thread(1296, 'robin hoods secret grave', 'greenw', '10-01-2010', '07:28 AM'); threads[7] = new thread(1295, 'G\'day all', 'ebrongirl', '02-12-2009', '02:15 AM'); threads[8] = new thread(1294, 'HELLO hello', 'annekke', '15-11-2009', '04:12 PM'); threads[9] = new thread(1293, 'Spirit attachment - what do you think?', 'GishPixy', '27-09-2009', '12:54 PM'); threads[10] = new thread(1292, 'Creepypasta', 'GishPixy', '27-09-2009', '12:54 PM'); threads[11] = new thread(1291, 'La Lechuza', 'GishPixy', '27-09-2009', '12:51 PM'); threads[12] = new thread(1290, 'mind tricks', 'dream-meaning', '21-09-2009', '01:33 PM'); threads[13] = new thread(1289, 'Loch Ness Monster', 'dream-meaning', '16-09-2009', '01:32 PM'); threads[14] = new thread(1288, 'How sleepwalking can lead to killing', 'dream-meaning', '16-09-2009', '01:18 PM');