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(7); threads[0] = new thread(1199, 'Updated Broad Creek / Baltimore Site', 'Tegularius', '07-23-2010', '10:19 PM'); threads[1] = new thread(1198, 'Old Scout shirt in Smithsonian collection - or is it?', 'ISCA87L', '07-22-2010', '11:28 AM'); threads[2] = new thread(1197, 'Need a Picture of a Camp Coker Patch either 1950 or a 1962, for Dads Surprise BirthD', 'vigil118', '07-13-2010', '05:15 PM'); threads[3] = new thread(1196, 'Need a Picture of a Camp Coker Patch either 1950 or a 1962, for Dads Surprise BirthD', 'vigil118', '07-13-2010', '05:13 PM'); threads[4] = new thread(1195, '2005 Yoda Eagle Scout JSP = 5 Benjamins', 'ISCA87L', '07-10-2010', '04:56 PM'); threads[5] = new thread(1194, 'Nice old State Line Council strip on ebay', 'Hyzerguy', '07-03-2010', '09:07 AM'); threads[6] = new thread(1193, 'Manquzet lodge flap patch on ebay', 'Hyzerguy', '07-03-2010', '09:03 AM');