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(9); threads[0] = new thread(17256, 'Roland Cube 30 Combo Amp - $200', 'FlyingRaccoonSuit', '09-07-2010', '10:54 AM'); threads[1] = new thread(17255, 'Producer/Engineer Summit @ Welcome To 1979', 'cjmnash', '09-04-2010', '07:37 AM'); threads[2] = new thread(17254, 'My avatar', 'Penelope', '09-03-2010', '07:51 PM'); threads[3] = new thread(17253, 'Bret Michaels at The Dock', 'Penelope', '09-03-2010', '07:48 PM'); threads[4] = new thread(17252, 'Sept. 11th & 12th @ The Cabana, Gulfport', 'Unity Print Co.', '09-03-2010', '02:25 PM'); threads[5] = new thread(17251, 'Maynard\'s Music', 'Penelope', '09-02-2010', '05:42 PM'); threads[6] = new thread(17250, 'Drummer LF cover group or good original group!', 'rich(ie)', '08-31-2010', '10:48 AM'); threads[7] = new thread(17248, 'For all the bands out there, Read This:', 'Marc', '08-17-2010', '09:57 PM'); threads[8] = new thread(17247, 'Dead Fish Washed up in Biloxi', 'PITBOSS', '08-14-2010', '11:09 AM');