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(28); threads[0] = new thread(879478, 'Never Too Late', 'ChancesR', '22-Nov-2009', '12:31 PM'); threads[1] = new thread(879118, 'Hello to all!', 'urbonsome', '21-Nov-2009', '01:48 AM'); threads[2] = new thread(878520, 'Hi', 'smajer', '18-Nov-2009', '05:35 PM'); threads[3] = new thread(877770, 'Hello all', 'Daveskater', '16-Nov-2009', '08:59 AM'); threads[4] = new thread(877648, 'Hi TSG', 'Crypton', '15-Nov-2009', '07:48 PM'); threads[5] = new thread(876776, 'Hello!', 'darkwarrior', '12-Nov-2009', '03:51 PM'); threads[6] = new thread(876767, 'Hello', 'ballisticbabe64', '12-Nov-2009', '03:02 PM'); threads[7] = new thread(876741, 'Hi from UK', 'caroline101', '12-Nov-2009', '01:12 PM'); threads[8] = new thread(876153, 'Hi, hola, ciao', 'debby84', '10-Nov-2009', '03:00 PM'); threads[9] = new thread(875739, 'Howdy!', 'chamber', '09-Nov-2009', '08:48 AM'); threads[10] = new thread(875628, 'Hello Everyone', 'Falhalterra', '08-Nov-2009', '08:16 PM'); threads[11] = new thread(875442, 'Greetings!', 'Nemonusred', '08-Nov-2009', '08:08 AM'); threads[12] = new thread(875397, 'Hi to All', 'pprlady', '08-Nov-2009', '03:04 AM'); threads[13] = new thread(875267, 'Hello :)', 'heather007', '07-Nov-2009', '02:33 PM'); threads[14] = new thread(874899, 'Newbie', 'austinpcrepair', '06-Nov-2009', '06:29 AM'); threads[15] = new thread(874848, 'It\'s me', 'JayJoJeans', '05-Nov-2009', '10:13 PM'); threads[16] = new thread(874165, 'The introduction of a real NOOB!...(when it comes to technical things)', 'Blazikenblade', '03-Nov-2009', '02:47 PM'); threads[17] = new thread(874105, 'new member', 'bowserman', '03-Nov-2009', '10:56 AM'); threads[18] = new thread(874046, 'Hello world!', 'qpage', '03-Nov-2009', '05:05 AM'); threads[19] = new thread(873890, 'Hiiiiya!!', 'Muffin723', '02-Nov-2009', '04:34 PM'); threads[20] = new thread(873740, 'Solved: How can I mark my question as SOLVED?', 'lampe73', '02-Nov-2009', '06:11 AM'); threads[21] = new thread(873045, 'Solved: Greetings From Kentucky', 'BigAlDoc', '30-Oct-2009', '02:50 PM'); threads[22] = new thread(872941, 'hello everybody', 'garywilson', '30-Oct-2009', '06:48 AM'); threads[23] = new thread(872864, 'Hi all', 'vorley', '29-Oct-2009', '08:56 PM'); threads[24] = new thread(872724, 'Hello, Folks!', 'unhumourous', '29-Oct-2009', '12:01 PM'); threads[25] = new thread(872326, 'Hi there', 'b00sk', '28-Oct-2009', '05:24 AM'); threads[26] = new thread(871844, 'WazZaAaPp!!', 'w0rm', '26-Oct-2009', '12:40 PM'); threads[27] = new thread(871470, 'Hello everyone, new here', 'pavelbarchuk', '25-Oct-2009', '01:38 AM');