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(1065, 'Farmstalls in the pass between George and Oudtshoorn', 'darma', 'Monday, 30 July 2007', '08:22'); threads[1] = new thread(1064, 'OpenStreetMap', 'charlvn', 'Friday, 27 July 2007', '18:33'); threads[2] = new thread(1063, 'Sutherland .... accommodation ideas', 'piggy73', 'Tuesday, 24 July 2007', '10:13'); threads[3] = new thread(1062, '3G reliable in George?', 'noordwyk', 'Sunday, 22 July 2007', '21:32'); threads[4] = new thread(1061, 'Abstract painter wanted for commissioned residential paintings', 'Marc', 'Wednesday, 18 July 2007', '22:29'); threads[5] = new thread(1060, 'Job market', 'bosveldklong', 'Friday, 13 July 2007', '07:54'); threads[6] = new thread(1059, 'Garden Route Living', 'grant', 'Tuesday, 10 July 2007', '21:57');