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(5961, 'Wednesday 11th March 2009', 'Andrews Diary', '65', 'Andy', '301', '0'); threads[1] = new thread(5956, 'Wednesday 13th August 2008', 'Hit and Run Production Diary', '71', 'Andy', '794', '0'); threads[2] = new thread(5951, 'Tuesday 12th February 2008', 'Hit and Run Production Diary', '71', 'Andy', '684', '1'); threads[3] = new thread(5950, 'Friday 1st February 2008', 'Andrews Diary', '65', 'Andy', '750', '0'); threads[4] = new thread(5948, 'Sunday 11th March 2007', 'Andrews Diary', '65', 'Guest', '603', '1'); threads[5] = new thread(5946, 'Tuesday 30th January 2007', 'Andrews Diary', '65', 'Andy', '472', '0'); threads[6] = new thread(5945, 'Tuesday 23rd January 2007', 'Andrews Diary', '65', 'Andy', '420', '0'); threads[7] = new thread(5941, 'Sunday 26th November 2006', 'Andrews Diary', '65', 'Andy', '477', '2'); threads[8] = new thread(5942, 'Tuesday 19th December 2006', 'Aluns Diary', '68', 'Alun', '1156', '0'); threads[9] = new thread(5938, 'Tuesday 24th October 2006', 'Andrews Diary', '65', 'Andy', '474', '0'); threads[10] = new thread(5936, 'Sunday 15th October 2006', 'Andrews Diary', '65', 'Alun', '440', '1'); threads[11] = new thread(5935, 'Thursday 12th October 2006', 'Major Toms Diary', '73', 'Andy', '1006', '1'); threads[12] = new thread(5931, 'Saturday 7th October 2006', 'Hit and Run Production Diary', '71', 'Tom', '787', '3'); threads[13] = new thread(5932, 'Monday 9th October 2006', 'Hit and Run Production Diary', '71', 'Andy', '636', '0');