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(9); threads[0] = new thread(9108, 'Sterling Boas at 3 Months', 'Ken', '09-05-2010', '07:18 PM'); threads[1] = new thread(9107, 'Redneck Herps radio 5th September 6pm central', 'redneckherpsradio', '09-03-2010', '03:55 PM'); threads[2] = new thread(9106, 'Study in Sheds', 'Ken', '09-02-2010', '02:38 PM'); threads[3] = new thread(9105, 'Redneck Herps radio 1st September 6pm central', 'redneckherpsradio', '08-31-2010', '02:59 PM'); threads[4] = new thread(9104, 'Redneck Herps radio 29th August 6pm central', 'redneckherpsradio', '08-27-2010', '03:10 PM'); threads[5] = new thread(9103, 'Redneck Herps radio 25th August 6pm central', 'redneckherpsradio', '08-24-2010', '11:27 PM'); threads[6] = new thread(9102, 'My Hatchlings aren\'t feeding', 'VALIANTWARIOR', '08-24-2010', '05:31 PM'); threads[7] = new thread(9101, 'black pastel vs. cinnamon', 'frontbeast', '08-19-2010', '01:42 PM'); threads[8] = new thread(9100, '2nd Shed Sterling in Sunshine', 'Ken', '08-09-2010', '10:24 AM');