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(1769, 'Au Revoir One and All!', 'Wad2002', '03-09-2010', '09:04 AM'); threads[1] = new thread(1730, 'Phone Reboots', 'Wad2002', '03-09-2010', '09:02 AM'); threads[2] = new thread(1852, 'music player not recognizing artists', 'missmanics', '02-09-2010', '05:55 PM'); threads[3] = new thread(1851, 'Facebook Notifications', 'missmanics', '02-09-2010', '02:22 PM'); threads[4] = new thread(1004, 'gps reciever', 'JayKay', '01-09-2010', '02:54 PM'); threads[5] = new thread(1754, 'n96 for $320 used excellent nik', 'JayKay', '01-09-2010', '02:48 PM'); threads[6] = new thread(1434, 'What phone to get next?', 'JayKay', '01-09-2010', '02:33 PM'); threads[7] = new thread(1052, 'Firmware n96 v 30.0.33 available !!!!', 'rallymarshall', '27-08-2010', '05:41 PM'); threads[8] = new thread(1845, 'firmware 30.101', 'Charlie', '26-08-2010', '01:10 PM'); threads[9] = new thread(1843, 'N96 FM Transmitter?', 'Charlie', '25-08-2010', '08:30 PM'); threads[10] = new thread(1844, 'I have problems with formatting a phone Nokia N96.', 'iuta', '22-08-2010', '10:52 AM'); threads[11] = new thread(1832, 'N96 bluetooth', 'sohouo', '21-08-2010', '05:38 PM'); threads[12] = new thread(1842, 'How to replace n96 lcd screen lense', 'jaketay', '21-08-2010', '12:42 PM'); threads[13] = new thread(611, 'Alert - Mobile Phone Virus steals your credit', 'MINE09', '18-08-2010', '04:37 PM'); threads[14] = new thread(1831, 'ir Remote', 'Wad2002', '16-08-2010', '04:41 PM');