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(19204, 'Ad Astra Convention (Sci-Fi literary) Toronto, Canada Apr 08 - Apr 10, 2011', 'Bryan R', '08-31-2010', '02:19 PM'); threads[1] = new thread(19201, 'SFX/Hobbystar 2011 Convention - Aug 26-28, 2011 Toronto, Canada', 'Bryan R', '08-30-2010', '01:11 PM'); threads[2] = new thread(19181, 'FedCon XX SciFi convention - Dusseldorf, Germany Apr 28- May 01, 2011', 'Bryan R', '08-05-2010', '01:56 PM');