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(10); threads[0] = new thread(5801, 'Kleen Rite Guns - plastic housing wanted', 'Jet-Stream', '09-03-2010', '11:16 AM'); threads[1] = new thread(5800, 'I like guns', 'swampdonkey', '09-03-2010', '10:49 AM'); threads[2] = new thread(5799, 'You have the right to do this...', 'mac', '09-03-2010', '10:00 AM'); threads[3] = new thread(5798, 'Offsite 5th Wheel', 'Bubbles Galore', '09-03-2010', '07:57 AM'); threads[4] = new thread(5797, 'white spots', 'Jimmy Buffett', '09-03-2010', '05:55 AM'); threads[5] = new thread(5796, 'What\'s the effect to changing Start Up Price?', 'bigleo48', '09-03-2010', '04:55 AM'); threads[6] = new thread(5795, 'Cut through my floor heat today, twice -oops!', 'Buzzie8', '09-02-2010', '03:23 PM'); threads[7] = new thread(5794, 'credit card processing', 'washman9', '09-02-2010', '05:42 AM'); threads[8] = new thread(5793, 'Check this thread out and add a link?', 'Waxman', '09-01-2010', '01:26 PM'); threads[9] = new thread(5792, 'Boeing\'s new plane', 'pitzerwm', '08-31-2010', '09:23 PM');