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(89187, 'Music while doing Hyungs??', 'Young Warrior', '07-29-2010', '11:32 AM'); threads[1] = new thread(89179, 'Ninja Master - Interview - Masaaki Hatsumi - Hand Positions', 'Bob Hubbard', '07-29-2010', '11:21 AM'); threads[2] = new thread(89178, 'Old Footage of Soke Hatsumi Bujinkan Budo Taijutsu Ninjutsu', 'Bob Hubbard', '07-29-2010', '11:18 AM'); threads[3] = new thread(89177, 'Bujinkan Kenjutsu Interview with Shidoshi Alex Bushman', 'Bob Hubbard', '07-29-2010', '11:16 AM'); threads[4] = new thread(89176, 'Basic Kenjutsu Concepts', 'Bob Hubbard', '07-29-2010', '11:14 AM'); threads[5] = new thread(89175, 'Second chances for the "LA Four": What happened to them?', 'Grenadier', '07-29-2010', '11:14 AM'); threads[6] = new thread(89174, 'Jinmukai Kenjutsu - Vysokij & Kissaki', 'Bob Hubbard', '07-29-2010', '11:11 AM'); threads[7] = new thread(89173, 'Pekiti Tirsia Hand vs Knife', 'MJS', '07-29-2010', '11:09 AM'); threads[8] = new thread(89172, 'Ken-jutsu to-shin do', 'Bob Hubbard', '07-29-2010', '10:59 AM'); threads[9] = new thread(89171, 'Mark Sentoshi Russo: Stephen K Hayes on Sentoshi Russo', 'Bob Hubbard', '07-29-2010', '10:57 AM'); threads[10] = new thread(89170, 'Sentoshi Sword Series 3 DVD Set - Excerpt #1', 'Bob Hubbard', '07-29-2010', '10:54 AM'); threads[11] = new thread(89169, 'Thor trailer is up!', 'Omar B', '07-29-2010', '10:22 AM'); threads[12] = new thread(89168, 'Forums: The Pros & Cons', 'MJS', '07-29-2010', '10:15 AM'); threads[13] = new thread(89167, 'Wrestling - Part Two by Billy Sandow & Ed "Strangler" Lewis', 'lklawson', '07-29-2010', '09:33 AM'); threads[14] = new thread(89166, 'MA Win; not many details, but a win is a win...', 'Bill Mattocks', '07-29-2010', '09:28 AM');