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(4); threads[0] = new thread(34669, 'Questions on Home Business', 'DaisyMae', '02-06-10', '07:54 AM'); threads[1] = new thread(34369, 'let me pick your brains-home set up.', 'scullysmom', '01-28-10', '08:43 PM'); threads[2] = new thread(34196, 'Ethics with clientele', 'starpups', '01-23-10', '08:30 AM'); threads[3] = new thread(34148, 'A hybrid Grooming Service', 'DeannaK', '01-21-10', '11:36 AM');