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(5965, 'Saturday 29th May 2010', 'Andrews Diary', '65', 'Andy', '23', '0'); threads[1] = new thread(5964, 'Monday 10th May 2010', 'Andrews Diary', '65', 'Andy', '31', '0'); threads[2] = new thread(5961, 'Wednesday 11th March 2009', 'Andrews Diary', '65', 'Andy', '416', '0'); threads[3] = new thread(5956, 'Wednesday 13th August 2008', 'Hit and Run Production Diary', '71', 'Andy', '909', '0'); threads[4] = new thread(5951, 'Tuesday 12th February 2008', 'Hit and Run Production Diary', '71', 'Andy', '753', '1'); threads[5] = new thread(5950, 'Friday 1st February 2008', 'Andrews Diary', '65', 'Andy', '805', '0'); threads[6] = new thread(5948, 'Sunday 11th March 2007', 'Andrews Diary', '65', 'Guest', '675', '1'); threads[7] = new thread(5946, 'Tuesday 30th January 2007', 'Andrews Diary', '65', 'Andy', '519', '0'); threads[8] = new thread(5945, 'Tuesday 23rd January 2007', 'Andrews Diary', '65', 'Andy', '475', '0'); threads[9] = new thread(5941, 'Sunday 26th November 2006', 'Andrews Diary', '65', 'Andy', '525', '2'); threads[10] = new thread(5942, 'Tuesday 19th December 2006', 'Aluns Diary', '68', 'Alun', '1257', '0'); threads[11] = new thread(5938, 'Tuesday 24th October 2006', 'Andrews Diary', '65', 'Andy', '528', '0'); threads[12] = new thread(5936, 'Sunday 15th October 2006', 'Andrews Diary', '65', 'Alun', '489', '1'); threads[13] = new thread(5935, 'Thursday 12th October 2006', 'Major Toms Diary', '73', 'Andy', '1116', '1'); threads[14] = new thread(5931, 'Saturday 7th October 2006', 'Hit and Run Production Diary', '71', 'Tom', '848', '3');