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(608, 'July 2010 Issue', 'AntonLargiader', '09-07-2010', '05:49 PM'); threads[1] = new thread(610, 'Oh no, not this s*** again!', 'ackgs', '09-05-2010', '12:02 AM'); threads[2] = new thread(472, 'Back issues of OTL', 'Adam Arcane', '08-01-2010', '09:54 PM');