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(12); threads[0] = new thread(5953, 'what the hell', 'General Chat Forum', '5', 'Andy', '211', '1'); threads[1] = new thread(5952, 'Teaser Trailer', 'Hit and Run', '70', 'Admin', '62', '0'); threads[2] = new thread(5949, 'Whats the Buzz? Tell me Whats a Happening!!', 'General Chat Forum', '5', 'Andy', '478', '4'); threads[3] = new thread(5943, 'Transformers..', 'General Chat Forum', '5', 'Alun', '334', '4'); threads[4] = new thread(5947, 'Comic Relief', 'General Chat Forum', '5', 'Andy', '302', '3'); threads[5] = new thread(5944, 'Happy New Year', 'General Chat Forum', '5', 'Alun', '322', '1'); threads[6] = new thread(5781, 'J K Rowling & The Sneaky Hints', 'General Chat Forum', '5', 'Andy', '1074', '53'); threads[7] = new thread(5940, 'Random postage...', 'General Chat Forum', '5', 'Andy', '235', '1'); threads[8] = new thread(5939, 'Andys mug on the NEW Kevin Smith DVD', 'General Chat Forum', '5', 'Guest', '143', '0'); threads[9] = new thread(5937, 'Hot Fuzz Trailers!!', 'General Chat Forum', '5', 'Tom', '218', '2'); threads[10] = new thread(5807, 'Hello to our newest members...', 'General Chat Forum', '5', 'Admin', '1331', '52'); threads[11] = new thread(5934, 'Life on Mars?', 'TV Chatter', '75', 'Tom', '511', '1');