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(69767, 'William Stafford Archive', 'MEHope', '01-22-2010', '11:20 PM'); threads[1] = new thread(69725, 'Double Skin: New Poetic Voices from Italy and Singapore', 'Jee Leong', '01-19-2010', '01:38 AM'); threads[2] = new thread(69713, 'learning through criticism, and other irrelevant rants', 'It\'sWarmForDecember', '01-17-2010', '11:20 PM');