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(5963, 'Business & Personal Webhosting Packages.', 'General Chat Forum', '5', 'Guest', '385', '1'); threads[1] = new thread(5959, 'Where did everyone go?', 'General Chat Forum', '5', 'Andy', '831', '1'); threads[2] = new thread(5960, 'Austen + Zombies = our idea', 'General Chat Forum', '5', 'Andy', '211', '0'); threads[3] = new thread(5957, 'New Film Announcement', 'Theyre Here', '77', 'Alun', '614', '1'); threads[4] = new thread(5958, 'You can help us!', 'Theyre Here', '77', 'Admin', '357', '0'); threads[5] = new thread(5953, 'what the hell', 'General Chat Forum', '5', 'Andy', '1754', '2'); threads[6] = new thread(5955, 'WE GIVE YOU FREE STUFF!', 'Short Film Discussion', '10', 'Andy', '1688', '0'); threads[7] = new thread(5952, 'Teaser Trailer', 'Hit and Run', '70', 'Admin', '924', '0'); threads[8] = new thread(5949, 'Whats the Buzz? Tell me Whats a Happening!!', 'General Chat Forum', '5', 'Andy', '809', '4'); threads[9] = new thread(5943, 'Transformers..', 'General Chat Forum', '5', 'Alun', '633', '4'); threads[10] = new thread(5947, 'Comic Relief', 'General Chat Forum', '5', 'Andy', '644', '3'); threads[11] = new thread(5944, 'Happy New Year', 'General Chat Forum', '5', 'Alun', '707', '1'); threads[12] = new thread(5781, 'J K Rowling & The Sneaky Hints', 'General Chat Forum', '5', 'Andy', '2280', '53');