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(4); threads[0] = new thread(272, 'Is Frankc2 still chilling around?', 'Jackie', '07-18-2006', '04:34 AM'); threads[1] = new thread(271, 'maintanance website', 'Jackie', '07-18-2006', '04:19 AM'); threads[2] = new thread(270, 'Where\'s everyone at?', 'Jackie', '07-17-2006', '03:35 PM'); threads[3] = new thread(267, 'Newspaper Portal Questions', 'mrmotivation', '07-14-2006', '04:55 PM');