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(3); threads[0] = new thread(297, 'Few Secret Lessons For A Proper Golf Swing', 'uvwx674', '09-01-2010', '05:29 AM'); threads[1] = new thread(296, 'Help Me', 'uvwx674', '08-27-2010', '02:09 AM'); threads[2] = new thread(295, 'Improve Driver Accuracy', 'uvwx674', '08-25-2010', '02:09 AM');