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(4963, 'Hypothetical', 'exbunobooga', '30/07/2010', '09:36 AM'); threads[1] = new thread(4167, 'Weekend Forecast', 'Kampfar', '30/07/2010', '09:34 AM'); threads[2] = new thread(4961, 'Indo Next Week', 'clovus', '29/07/2010', '07:40 PM'); threads[3] = new thread(2495, 'Fantasy Surfer...', 'mbroad', '23/07/2010', '01:25 PM'); threads[4] = new thread(4954, 'Is it just me?', 'camlarn', '22/07/2010', '02:46 PM'); threads[5] = new thread(4910, 'First GoPro Video', 'chief', '18/07/2010', '07:38 PM'); threads[6] = new thread(4948, 'J Bay', 'Bill', '17/07/2010', '01:07 PM'); threads[7] = new thread(4943, 'Eff the Grind', 'Kampfar', '16/07/2010', '03:34 PM'); threads[8] = new thread(4946, 'Patchy is this you?', 'Joshstar', '16/07/2010', '10:36 AM'); threads[9] = new thread(4940, 'Photogs: I need 2 photos to be printed on canvas', 'sean', '14/07/2010', '08:02 AM'); threads[10] = new thread(4937, 'Parko down and out', 'camlarn', '10/07/2010', '09:28 AM'); threads[11] = new thread(4904, 'C Drive Fins', 'Donweather', '08/07/2010', '09:41 PM'); threads[12] = new thread(4936, '\'Al Merrick Pod\' or \'Webber Mini Fish\'?', 'mitzo', '08/07/2010', '10:00 AM'); threads[13] = new thread(4933, 'Surf flicks', 'NGP', '05/07/2010', '03:22 PM'); threads[14] = new thread(4931, 'WTB: Raptor Surfboard Fins', 'Joshstar', '30/06/2010', '11:56 PM'); threads[15] = new thread(4930, 'Photo Gallery Update', 'McFly', '30/06/2010', '11:18 PM'); threads[16] = new thread(4923, 'CW Forecast', 'gry', '23/06/2010', '10:51 PM'); threads[17] = new thread(4921, 'ATTN: Sunnycoasters', 'Logesdotcom', '23/06/2010', '03:25 PM'); threads[18] = new thread(4785, 'Fkn Yeeewww!!!!', 'Peaking', '22/06/2010', '02:15 PM'); threads[19] = new thread(4920, 'what a legend.', 'chief', '21/06/2010', '11:18 PM');