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(2103, 'We are Knocking on your hearts...please read', 'wafu', 'Apr 19, 2010', '03:12 AM'); threads[1] = new thread(1940, 'Congratulations! Batch 33, welcome HOME!!!', 'jp23oasis', 'Apr 08, 2010', '03:58 AM'); threads[2] = new thread(2048, 'Question: Batch 85 - Dayon Homecoming ta?', 'manny loloy', 'Jan 14, 2010', '08:55 AM');