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(2); threads[0] = new thread(25363, 'Team Fortress 2 Update Released', 'steam_news', '25.05.2026', '21:21'); threads[1] = new thread(25362, 'Team Fortress 2 Update Released', 'steam_news', '23.05.2026', '03:40');