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(15); threads[0] = new thread(5968, 'Wednesday 15th June 2011', 'Andrews Diary', '65', 'Andy', '390', '6'); threads[1] = new thread(5965, 'Saturday 29th May 2010', 'Andrews Diary', '65', 'Andy', '422', '0'); threads[2] = new thread(5964, 'Monday 10th May 2010', 'Andrews Diary', '65', 'Andy', '299', '0'); threads[3] = new thread(5961, 'Wednesday 11th March 2009', 'Andrews Diary', '65', 'Andy', '1004', '0'); threads[4] = new thread(5956, 'Wednesday 13th August 2008', 'Hit and Run Production Diary', '71', 'Andy', '1359', '0'); threads[5] = new thread(5951, 'Tuesday 12th February 2008', 'Hit and Run Production Diary', '71', 'Andy', '1051', '1'); threads[6] = new thread(5950, 'Friday 1st February 2008', 'Andrews Diary', '65', 'Andy', '1061', '0'); threads[7] = new thread(5948, 'Sunday 11th March 2007', 'Andrews Diary', '65', 'Guest', '860', '1'); threads[8] = new thread(5946, 'Tuesday 30th January 2007', 'Andrews Diary', '65', 'Andy', '715', '0'); threads[9] = new thread(5945, 'Tuesday 23rd January 2007', 'Andrews Diary', '65', 'Andy', '691', '0'); threads[10] = new thread(5941, 'Sunday 26th November 2006', 'Andrews Diary', '65', 'Andy', '693', '2'); threads[11] = new thread(5942, 'Tuesday 19th December 2006', 'Aluns Diary', '68', 'Alun', '1604', '0'); threads[12] = new thread(5938, 'Tuesday 24th October 2006', 'Andrews Diary', '65', 'Andy', '695', '0'); threads[13] = new thread(5936, 'Sunday 15th October 2006', 'Andrews Diary', '65', 'Alun', '686', '1'); threads[14] = new thread(5935, 'Thursday 12th October 2006', 'Major Toms Diary', '73', 'Andy', '1452', '1');