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(31369, 'Do you have a girlfriend?', 'Lethalspork', '09-04-2010', '04:41 PM'); threads[1] = new thread(31368, 'She\'s horrible', 'boom', '09-04-2010', '02:33 AM'); threads[2] = new thread(31367, '2012', 'KlitEastwood', '09-03-2010', '07:05 PM'); threads[3] = new thread(31366, 'One-nighter with a best friend. What to do?', 'Bashful', '08-29-2010', '10:58 PM'); threads[4] = new thread(31365, 'whats wrong with people in general... and whats not', 'Gutter', '08-29-2010', '02:51 AM'); threads[5] = new thread(31363, 'Can I trust him?', 'Leogirl1987', '08-27-2010', '07:30 PM'); threads[6] = new thread(31357, 'I like him, he likes me! He\'s a player, but I really don\'t care!', 'angelsskate', '08-23-2010', '01:37 AM'); threads[7] = new thread(31356, 'What do you like to immediately after a blow job?', 'Oxytocin', '08-22-2010', '06:44 PM'); threads[8] = new thread(31355, 'The ADD/ADHD Meds', 'Bloody Carablea', '08-22-2010', '06:19 PM'); threads[9] = new thread(31354, 'this just keeps bugging me..', 'penny-lane', '08-21-2010', '08:51 AM'); threads[10] = new thread(31353, 'The boys suck', 'Bloody Carablea', '08-20-2010', '05:41 PM'); threads[11] = new thread(31352, 'Virgin Mobile - Give it a rest already', 'DarkKnight', '08-20-2010', '09:24 AM'); threads[12] = new thread(31351, 'South Korea blocks North Korea\'s new Twitter account', 'DarkKnight', '08-19-2010', '10:49 PM'); threads[13] = new thread(31350, 'Daniel Tosh', 'DarkKnight', '08-19-2010', '10:28 PM'); threads[14] = new thread(31349, 'Bricks vs Washing Machine', 'DarkKnight', '08-19-2010', '10:23 PM');