function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(8); threads[0] = new thread(1447, 'Core Gaming bows out of ESL 5on5 Summer Cup', 'French', '03-09-10', '09:58'); threads[1] = new thread(1433, 'Growth figures punch a hole through cG\'s roof - cheap handyman needed.', 'French', '01-09-10', '09:44'); threads[2] = new thread(1425, 'Core Gaming hits top 200 in CB!', 'French', '30-08-10', '22:09'); threads[3] = new thread(1419, 'COD4 Team Hits CB Top 300!', 'Ryan', '30-08-10', '18:51'); threads[4] = new thread(1416, 'Core Gaming Website Upgrade!', 'French', '30-08-10', '16:40'); threads[5] = new thread(1411, 'Core Gaming faces off against ReFresh! Gaming, 31st August', 'French', '30-08-10', '11:57'); threads[6] = new thread(1408, 'Core Gaming announces third Administrator', 'French', '29-08-10', '23:48'); threads[7] = new thread(1403, 'Core Gaming makes waves in the TF2 Arena', 'French', '29-08-10', '11:05');