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(41921, 'RFP - Downtown Nashville Sign Regulations', 'rratz', '2010-08-31', '04:53 PM'); threads[1] = new thread(41862, 'Various Conferences of Interest', 'JNA', '2010-08-28', '08:16 PM'); threads[2] = new thread(41724, 'New Car Free Blog - Baltimore', 'southern_yank', '2010-08-13', '11:34 AM');