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(27543, '2 In The Morning', 'Sylicone', '10th Aug 2010', '22:40'); threads[1] = new thread(27531, 'Girlicious - Rebuilt Tracklisting', 'marlen', '6th Aug 2010', '23:52');