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(7); threads[0] = new thread(270, 'Homegrown', 'Jethro', '07-30-2010', '12:42 AM'); threads[1] = new thread(269, 'the cove, first saw about it in tracks, wrote this', 'carby', '07-21-2010', '06:41 PM'); threads[2] = new thread(268, 'Wetsuit Zipper.', 'kizzor95', '07-12-2010', '01:38 AM'); threads[3] = new thread(267, 'Dials new Khidz Website', 'Dial', '07-10-2010', '09:56 AM'); threads[4] = new thread(266, 'WTF is happening in Coolangatta?', 'Ben Whitmore', '07-06-2010', '10:30 PM'); threads[5] = new thread(265, 'What kind of wave catcher are you?', 'Ben Whitmore', '07-05-2010', '06:56 AM'); threads[6] = new thread(264, 'How Green Is My J-Bay Pro?', 'longinus', '07-04-2010', '12:58 AM');