function thread(threadid, title, forum, TopicID, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.forum = forum; this.TopicID = TopicID; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(14); threads[0] = new thread(5951, 'Tuesday 12th February 2008', 'Hit and Run Production Diary', '71', 'Andy', '96', '1'); threads[1] = new thread(5950, 'Friday 1st February 2008', 'Andrews Diary', '65', 'Andy', '72', '0'); threads[2] = new thread(5948, 'Sunday 11th March 2007', 'Andrews Diary', '65', 'Guest', '217', '1'); threads[3] = new thread(5946, 'Tuesday 30th January 2007', 'Andrews Diary', '65', 'Andy', '115', '0'); threads[4] = new thread(5945, 'Tuesday 23rd January 2007', 'Andrews Diary', '65', 'Andy', '110', '0'); threads[5] = new thread(5941, 'Sunday 26th November 2006', 'Andrews Diary', '65', 'Andy', '164', '2'); threads[6] = new thread(5942, 'Tuesday 19th December 2006', 'Aluns Diary', '68', 'Alun', '280', '0'); threads[7] = new thread(5938, 'Tuesday 24th October 2006', 'Andrews Diary', '65', 'Andy', '147', '0'); threads[8] = new thread(5936, 'Sunday 15th October 2006', 'Andrews Diary', '65', 'Alun', '143', '1'); threads[9] = new thread(5935, 'Thursday 12th October 2006', 'Major Toms Diary', '73', 'Andy', '256', '1'); threads[10] = new thread(5931, 'Saturday 7th October 2006', 'Hit and Run Production Diary', '71', 'Tom', '324', '3'); threads[11] = new thread(5932, 'Monday 9th October 2006', 'Hit and Run Production Diary', '71', 'Andy', '216', '0'); threads[12] = new thread(5930, 'Wednesday 4th October 2006', 'Aluns Diary', '68', 'Alun', '161', '0'); threads[13] = new thread(5751, 'Sunday 1st October 2006', 'Hit and Run Production Diary', '71', 'Andy', '226', '0');