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(20); threads[0] = new thread(450, 'Celebrating in Sitges Spain', 'Texasboys', '08-30-2010', '10:16 PM'); threads[1] = new thread(449, 'Thom and Sean\'s World Trip', 'Texasboys', '08-28-2010', '10:21 PM'); threads[2] = new thread(448, 'Are Gay Rights a Civil Rights Issue?', 'Texasboys', '08-27-2010', '09:22 PM'); threads[3] = new thread(447, 'Ross the Intern - Funny Videos', 'Texasboys', '08-23-2010', '02:12 PM'); threads[4] = new thread(446, 'August Promotion and Newsletter 2010', 'Texasboys', '08-19-2010', '09:26 PM'); threads[5] = new thread(445, '"Bon Qui Qui" The Kids Version- Hilarios!!!', 'Texasboys', '08-19-2010', '05:42 PM'); threads[6] = new thread(444, 'ReThink Review: The Kids Are All Right - Movie', 'Texasboys', '08-17-2010', '10:30 PM'); threads[7] = new thread(443, 'Gays Boycott Target for Right-Wing Donations.', 'Texasboys', '08-17-2010', '09:57 PM'); threads[8] = new thread(442, 'Greg Gutfeld: I\'m Opening Gay Bar Next to Mosque!', 'Texasboys', '08-17-2010', '09:38 PM'); threads[9] = new thread(441, 'Beyond Gay - The Movie', 'Texasboys', '08-16-2010', '10:54 PM'); threads[10] = new thread(440, 'Gay Chicago', 'Texasboys', '08-16-2010', '10:08 PM'); threads[11] = new thread(439, 'Mexico Gay Marriage: Supreme Court Orders All Mexican States To Recognize Weddings', 'Texasboys', '08-16-2010', '09:45 PM'); threads[12] = new thread(438, 'President Barack Obama Celebrates Gay Pride Month', 'Texasboys', '08-13-2010', '07:50 PM'); threads[13] = new thread(437, 'Funniest Kids Ever - Videos', 'Texasboys', '08-11-2010', '07:35 PM'); threads[14] = new thread(436, 'The Short List - Top Ten Greatest TV Meltdowns', 'Texasboys', '08-11-2010', '07:06 PM'); threads[15] = new thread(435, 'The Allure of MARRAKECH', 'Texasboys', '08-09-2010', '09:54 PM'); threads[16] = new thread(434, 'Visual Art by the Human Body', 'Texasboys', '08-07-2010', '03:06 PM'); threads[17] = new thread(433, 'Ever Wonder What Information is on Your Magnetic Hotel Key Card?', 'Texasboys', '08-07-2010', '02:35 PM'); threads[18] = new thread(432, 'Ice Cream Truck - Hot Video!', 'Texasboys', '08-06-2010', '05:25 PM'); threads[19] = new thread(431, 'Gays in the Military- Funny Videos', 'Texasboys', '08-05-2010', '03:27 PM');