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(15635, 'Need tickets for Milan Away', 'collotheyid', '07-09-2010', '09:34 PM'); threads[1] = new thread(15634, 'Koreas know how to RIOT!', 'Javi', '07-09-2010', '06:43 PM'); threads[2] = new thread(15633, 'Spurs XI 3-1 Queens Park Rangers', 'THFC6061', '07-09-2010', '05:34 PM'); threads[3] = new thread(15632, 'Video Conversion tips?', 'Javi', '07-09-2010', '05:26 PM'); threads[4] = new thread(15631, 'Switzerland -v- England', 'HeroesComesandGoes', '07-09-2010', '04:40 PM'); threads[5] = new thread(15630, 'find a chip in the head of napoleon bonaporte', 'ramirituuh', '07-09-2010', '03:36 PM'); threads[6] = new thread(15629, 'The University Thread!', 'contrast', '07-09-2010', '02:59 PM'); threads[7] = new thread(15628, 'Van Der Vaart or Kranjcar?', 'Tranquilize', '07-09-2010', '12:56 PM'); threads[8] = new thread(15627, 'International Hat-Tricks by Spurs Players 1908-2010', 'THFC6061', '07-09-2010', '11:38 AM'); threads[9] = new thread(15626, 'Van Der Vaart Report & Interview', 'TVSPURS', '07-09-2010', '08:28 AM'); threads[10] = new thread(15625, 'shoot the bear,or dont shoot the bear ,its your choice haha', 'thfcire', '07-09-2010', '08:15 AM'); threads[11] = new thread(15624, 'Check out my new Blog', 'BlueCrew LA', '07-09-2010', '04:24 AM'); threads[12] = new thread(15623, 'You thought a cat in a bin was bad', 'Luke0405', '07-09-2010', '03:41 AM'); threads[13] = new thread(15622, 'Eat Your Heart Out Bale , LOL!!!', 'Nundy_Yido', '07-09-2010', '12:41 AM'); threads[14] = new thread(15621, 'I\'m new and I live in Uruguay', 'ramirituuh', '07-09-2010', '12:33 AM');