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(20); threads[0] = new thread(4960, 'Choosing Lens', 'UncleErnie', '29/07/2010', '02:48 PM'); threads[1] = new thread(1333, 'What are you listening to right at this moment?', 'goldcoastbooger', '25/07/2010', '11:08 PM'); threads[2] = new thread(4945, 'Surf Photog Housing', 'Seafood Stik', '24/07/2010', '08:15 AM'); threads[3] = new thread(1366, 'ExB\'s Guide to better Lovin\'', 'Harry', '21/07/2010', '11:53 PM'); threads[4] = new thread(4953, 'Is this the real garyb', 'McFly', '21/07/2010', '01:49 PM'); threads[5] = new thread(4951, 'FS Photoshop CS4 extended', 'Darryn Patch', '18/07/2010', '02:23 PM'); threads[6] = new thread(4944, 'Wetsuit Repairs', 'chief', '14/07/2010', '07:49 PM'); threads[7] = new thread(4928, 'Who wants to build me a kick ass website', 'Joshstar', '10/07/2010', '11:51 AM'); threads[8] = new thread(4927, 'Stolen car', 'Peaking', '10/07/2010', '06:58 AM'); threads[9] = new thread(4935, 'Lost Go Pro', 'Joshstar', '07/07/2010', '10:52 AM'); threads[10] = new thread(4796, 'new car', 'Logesdotcom', '04/07/2010', '09:28 PM'); threads[11] = new thread(4666, 'Anyone want to buy some drink vending machines??', 'macca78', '02/07/2010', '09:55 AM'); threads[12] = new thread(4926, 'Wanted 1 photog (water only)', 'Darryn Patch', '25/06/2010', '06:32 PM'); threads[13] = new thread(4924, 'Living on the SC', 'camlarn', '25/06/2010', '08:02 AM'); threads[14] = new thread(4897, 'Party Venue', 'Bill', '23/06/2010', '02:14 PM'); threads[15] = new thread(4913, 'Stolen Wallet', 'Craig84', '22/06/2010', '09:51 AM'); threads[16] = new thread(4909, 'Line 6 M13 guitar pedal board for sale', 'NGP', '21/06/2010', '03:22 PM'); threads[17] = new thread(4914, 'This Kid Rocks!!!', 'Donweather', '20/06/2010', '08:34 AM'); threads[18] = new thread(4758, 'Footy tips', 'what_a_bogan', '17/06/2010', '06:53 PM'); threads[19] = new thread(4902, 'Are you a peice of shit???', 'Joshstar', '16/06/2010', '11:04 AM');