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(5); threads[0] = new thread(39513, 'Jodi Murphy DVDS', 'Qian LeBeau Smith', '08-25-10', '03:37 PM'); threads[1] = new thread(39392, 'A book for opening up a shop?', 'Downtowndogs', '08-20-10', '04:20 AM'); threads[2] = new thread(39338, 'New items and substances BANNED by the EPA effective Aug 11th', 'Particentral', '08-18-10', '07:53 AM'); threads[3] = new thread(39284, 'Whose videos are more helpful?', 'arlaede', '08-15-10', '05:40 PM'); threads[4] = new thread(39184, 'Listen to Danelle German on Ask A Pro - Cat Grooming', 'Admin', '08-10-10', '10:15 AM');