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(13); threads[0] = new thread(5966, 'We shot it. And in HD!!', 'Sorry Signs', '78', 'Andy', '26', '0'); threads[1] = new thread(5959, 'Where did everyone go?', 'General Chat Forum', '5', 'Andy', '1009', '1'); threads[2] = new thread(5960, 'Austen + Zombies = our idea', 'General Chat Forum', '5', 'Andy', '284', '0'); threads[3] = new thread(5957, 'New Film Announcement', 'Theyre Here', '77', 'Alun', '725', '1'); threads[4] = new thread(5958, 'You can help us!', 'Theyre Here', '77', 'Admin', '413', '0'); threads[5] = new thread(5953, 'what the hell', 'General Chat Forum', '5', 'Andy', '1810', '2'); threads[6] = new thread(5955, 'WE GIVE YOU FREE STUFF!', 'Short Film Discussion', '10', 'Andy', '2093', '0'); threads[7] = new thread(5952, 'Teaser Trailer', 'Hit and Run', '70', 'Admin', '1033', '0'); threads[8] = new thread(5949, 'Whats the Buzz? Tell me Whats a Happening!!', 'General Chat Forum', '5', 'Andy', '861', '4'); threads[9] = new thread(5943, 'Transformers..', 'General Chat Forum', '5', 'Alun', '676', '4'); threads[10] = new thread(5947, 'Comic Relief', 'General Chat Forum', '5', 'Andy', '701', '3'); threads[11] = new thread(5944, 'Happy New Year', 'General Chat Forum', '5', 'Alun', '780', '1'); threads[12] = new thread(5781, 'J K Rowling & The Sneaky Hints', 'General Chat Forum', '5', 'Andy', '2561', '53');