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(15); threads[0] = new thread(87652, 'Victory MMA posts two more wins!', 'Boyd Ritchie', '05-24-2010', '05:58 PM'); threads[1] = new thread(83405, 'Buffalo Catch Wrestling', 'Boyd Ritchie', '12-31-2009', '07:08 PM'); threads[2] = new thread(79078, 'East a few miles', 'Curly', '07-29-2009', '04:53 PM'); threads[3] = new thread(74160, 'Buffalo Martial Arts Meetup Group News and Reminders (March 13, 2009)', 'Bob Hubbard', '03-13-2009', '01:46 PM'); threads[4] = new thread(74081, 'Western New York Martial Arts Community Forums', 'Bob Hubbard', '03-11-2009', '11:38 PM'); threads[5] = new thread(73956, 'Buffalo Martial Arts Meet Ups?', 'Bob Hubbard', '03-08-2009', '10:54 PM'); threads[6] = new thread(73807, 'JUDO SEMINARS W/ MASTER INSTRUCTOR SENSEI NAGAYASU OGASAWARA, 8th Dan - Rochester NY', 'Bob Hubbard', '03-05-2009', '01:40 PM'); threads[7] = new thread(73615, 'WNY MMA & Ring Girls???', 'Bob Hubbard', '03-01-2009', '01:19 AM'); threads[8] = new thread(72972, 'BJJ Classes on Buffalo\'s West Side. Friday nights', 'Ascension NY', '02-13-2009', '08:28 AM'); threads[9] = new thread(72971, 'Buffalo Training Center Opening in March', 'Ascension NY', '02-13-2009', '08:23 AM'); threads[10] = new thread(72735, 'Bringing the gold to 47 Ronin/Saunders BJJ!!!', '47RoninBJJ', '02-07-2009', '08:40 PM'); threads[11] = new thread(69863, 'Updating school listings', 'Bob Hubbard', '11-23-2008', '05:37 PM'); threads[12] = new thread(69614, 'WTF Taekwondo schools on WNY', 'MasterWright', '11-16-2008', '09:02 AM'); threads[13] = new thread(67742, 'Why is this forum so dead?', 'Dmitri', '09-25-2008', '05:09 PM'); threads[14] = new thread(67518, 'Hayastan Grappling Challenge/Fredonia, NY 2008 Results', 'Dmitri', '09-18-2008', '02:04 PM');