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(19); threads[0] = new thread(215532, 'alreet ppl', 'dj explosion', '7th September 2010', '06:06 PM'); threads[1] = new thread(215167, 'How yees awl doin?', 'RIDL_2010', '31st August 2010', '10:05 AM'); threads[2] = new thread(215115, 'Greetings from Italy!', 'DanielSeven', '29th August 2010', '10:21 PM'); threads[3] = new thread(215042, 'mclt hi', 'MCLT', '27th August 2010', '11:15 PM'); threads[4] = new thread(215034, 'Hi', 'IronNox', '27th August 2010', '06:04 PM'); threads[5] = new thread(214704, 'hello', 'SkipDog', '20th August 2010', '08:37 PM'); threads[6] = new thread(214369, 'Now Thennn people', 'Rossy T', '14th August 2010', '06:39 PM'); threads[7] = new thread(213502, 'New !!', 'Tam H', '29th July 2010', '09:44 PM'); threads[8] = new thread(213220, 'Hi All!!', 'Cazza93', '23rd July 2010', '08:08 PM'); threads[9] = new thread(213156, 'i\'m very new to this site......', 'Superbounce_DJ@hotmail.co', '22nd July 2010', '06:06 PM'); threads[10] = new thread(213074, 'G\'Day!', 'Fundamental Hardcore', '21st July 2010', '01:14 PM'); threads[11] = new thread(213055, 'Im Back Now Ive Sorted Me Laptop', '*DaniMac-', '20th July 2010', '09:23 PM'); threads[12] = new thread(212931, 'areet', 'mc accuracy', '18th July 2010', '03:59 PM'); threads[13] = new thread(212879, 'Raid mc, aka dj levvel (the mega attack)', 'dj raid mc', '17th July 2010', '03:28 PM'); threads[14] = new thread(212799, 'New to the site! :)', 'McGraf', '16th July 2010', '03:55 PM'); threads[15] = new thread(212704, 'Now then peeps', 'DJ MBL', '14th July 2010', '11:13 PM'); threads[16] = new thread(212678, 'Hello :D', 'Marky!', '14th July 2010', '04:48 PM'); threads[17] = new thread(212676, 'Hello', 'Edith.', '14th July 2010', '04:48 PM'); threads[18] = new thread(212607, 'hey ! =]', 'Nicole-Mc-x', '13th July 2010', '07:53 AM');