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(4962, 'More TOS (pics)', 'Darryn Patch', '29/07/2010', '08:28 PM'); threads[1] = new thread(4959, 'Bali.', 'Whippet', '29/07/2010', '02:42 PM'); threads[2] = new thread(4955, 'TOS (pics)', 'bcp', '26/07/2010', '01:51 PM'); threads[3] = new thread(4958, '24 July 10 (pics)', 'george', '24/07/2010', '12:53 PM'); threads[4] = new thread(4956, 'Epic', 'camlarn', '23/07/2010', '09:10 AM'); threads[5] = new thread(4952, '17th or something', 'Kampfar', '19/07/2010', '03:29 PM'); threads[6] = new thread(4947, 'Sth Strad 14/07/10', 'B', '19/07/2010', '09:46 AM'); threads[7] = new thread(4950, '18 July 10 (pics)', 'McFly', '18/07/2010', '12:26 PM'); threads[8] = new thread(4949, 'New Thread', 'Seafood Stik', '16/07/2010', '08:43 PM'); threads[9] = new thread(4932, 'first water housing shoot', 'Logesdotcom', '14/07/2010', '04:39 PM'); threads[10] = new thread(4942, 'Burlz 09.07.10', 'george', '12/07/2010', '09:00 PM'); threads[11] = new thread(4939, '9th July Snapper from the water', 'Kampfar', '12/07/2010', '10:38 AM'); threads[12] = new thread(4941, 'saturday', 'fanta', '11/07/2010', '09:25 PM'); threads[13] = new thread(4938, '10 July 10 (pics)', 'Sevens', '11/07/2010', '08:42 AM'); threads[14] = new thread(4915, 'swellnet', 'Joshstar', '06/07/2010', '03:14 PM'); threads[15] = new thread(4934, 'Saturday arvo perfection near Adelaide', 'McFly', '05/07/2010', '09:56 AM'); threads[16] = new thread(4929, 'GoPro 20/06/2010', 'McFly', '28/06/2010', '08:15 AM'); threads[17] = new thread(4925, '24 June 10', 'Bill', '26/06/2010', '04:29 PM'); threads[18] = new thread(4922, 'Not your average Joe (pics)', 'merto', '25/06/2010', '11:47 PM'); threads[19] = new thread(4918, 'One shot...', 'george', '22/06/2010', '06:03 PM');