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(15068, 'MFC Owner Mark Pavelich On Dana White, GSP And Pulling Guard', 'snakerattle79', '09-08-2010', '02:55 PM'); threads[1] = new thread(15067, 'THE PACQUIAO LIE <3', 'TheGenius', '09-08-2010', '11:38 AM'); threads[2] = new thread(15048, 'Corey Hill', 'Charlie', '09-08-2010', '09:55 AM'); threads[3] = new thread(15046, 'mustardtits log', 'mustardtits', '09-08-2010', '05:42 AM'); threads[4] = new thread(15045, 'Scott Blevins Compilation', 'Homiesdontknowaboutsparta', '09-08-2010', '05:02 AM'); threads[5] = new thread(15044, 'Parkour Training/Techniques', 'RayezZay', '09-07-2010', '10:49 PM'); threads[6] = new thread(15043, 'Kick me in my balls', 'jiujitsu', '09-07-2010', '08:03 PM'); threads[7] = new thread(15040, 'Said and Done', 'RayezZay', '09-07-2010', '05:18 AM'); threads[8] = new thread(15038, 'Kenneth Andrews Promotional Video', 'FreitasFightWear', '09-07-2010', '12:23 AM'); threads[9] = new thread(15036, 'WICH KIND OF HAND STRIKES ARE THE BEST?', 'Khanoso', '09-06-2010', '07:07 PM'); threads[10] = new thread(15035, 'Plan adjustments :)', 'BaXuZ', '09-06-2010', '06:26 PM'); threads[11] = new thread(15031, 'Cardio vs. Stamina', 'FreitasFightWear', '09-06-2010', '01:04 PM'); threads[12] = new thread(15030, 'Worst thing you\'ve done in High School', 'WhiteAce', '09-06-2010', '12:30 PM'); threads[13] = new thread(15029, 'UFC 119 Predictions', 'FreitasFightWear', '09-06-2010', '12:21 PM'); threads[14] = new thread(15028, 'Disgusting Insest Joke', 'FreitasFightWear', '09-06-2010', '11:59 AM');