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(89188, 'JKA / SKIF / ISKF differences', 'Grenadier', '07-29-2010', '12:08 PM'); 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(89171, 'Mark Sentoshi Russo: Stephen K Hayes on Sentoshi Russo', 'Bob Hubbard', '07-29-2010', '10:57 AM'); threads[4] = new thread(89086, 'New ninja trend?', 'Hudson69', '07-27-2010', '02:04 PM'); threads[5] = new thread(89077, 'Sinanju', 'kraljevic', '07-27-2010', '03:11 AM'); threads[6] = new thread(89061, 'matsumoto ryu ninpo', 'kcs', '07-26-2010', '03:04 PM'); threads[7] = new thread(89019, 'I Guess I am Old Now', 'dancingalone', '07-23-2010', '04:49 PM'); threads[8] = new thread(89016, 'ninjutsu or kobudo?', 'Inazuma', '07-23-2010', '02:59 PM'); threads[9] = new thread(89015, 'Do you know Vanessa Zambotti?', 'Manny', '07-23-2010', '02:23 PM'); threads[10] = new thread(89007, '?', 'Hudson69', '07-23-2010', '11:04 AM'); threads[11] = new thread(88973, 'Question about karate belts', 'chrispillertkd', '07-21-2010', '01:24 PM'); threads[12] = new thread(88971, 'talking about judo', 'Manny', '07-21-2010', '12:14 PM'); threads[13] = new thread(88961, 'Which style of Karate is right for me?', 'Gruenewald', '07-21-2010', '07:03 AM'); threads[14] = new thread(88960, 'What is Jujutsu?', 'thefearofme', '07-21-2010', '06:59 AM');