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(183, 'Excellent site! Great work! Cheers!', 'tovabroontand', '06-17-2010', '06:28 PM'); threads[1] = new thread(182, 'BLRA newsletter is out!', 'Kirk Keene', '06-16-2010', '11:14 AM'); threads[2] = new thread(181, 'AGC Field Trials 2,3 Oct Syracuse Nebraska', 'dublem', '06-08-2010', '09:53 PM'); threads[3] = new thread(180, 'Field Trial Management', 'dublem', '06-07-2010', '09:05 PM'); threads[4] = new thread(179, 'April 2010 Photos', 'Steve Dannaway', '06-05-2010', '10:08 PM'); threads[5] = new thread(178, 'Fall 2010 Field Trial Schedule', 'rmilner', '06-04-2010', '10:03 AM'); threads[6] = new thread(177, 'Fall 2010 Field Trial Schedule', 'rmilner', '06-04-2010', '10:02 AM'); threads[7] = new thread(174, 'AGC Trial Oct. 9th Mackinaw, IL', 'Kirk Keene', '05-28-2010', '03:53 PM'); threads[8] = new thread(173, 'AGC Trial Oct. 9th Mackinaw, IL', 'Kirk Keene', '05-28-2010', '03:51 PM'); threads[9] = new thread(169, 'Steps in setting up an AGC field trail', 'craig clark', '05-20-2010', '11:38 AM');