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(2217, 'Change a letter/Make a word', 'blacklabelbravo', '09-10-2010', '02:29 PM'); threads[1] = new thread(2846, 'College Football banter', 'blacklabelbravo', '09-10-2010', '02:20 PM'); threads[2] = new thread(2845, 'Humidor Show off', 'Brutus2600', '09-10-2010', '01:56 PM'); threads[3] = new thread(2843, 'WEDNESDAY', 'skipper', '09-10-2010', '01:39 PM'); threads[4] = new thread(2791, '2010 Fantasy Football Thread', 'chrish012', '09-10-2010', '10:33 AM'); threads[5] = new thread(2860, 'suckage!', 'Brutus2600', '09-10-2010', '10:14 AM'); threads[6] = new thread(2858, 'New Guy From CA.', 'GTsetGO', '09-10-2010', '10:12 AM'); threads[7] = new thread(2853, 'Toolman28 Member Contest. SAM I AM', 'skipper', '09-10-2010', '08:54 AM'); threads[8] = new thread(2856, 'Fabric Logos!', 'Mean Joe', '09-10-2010', '08:53 AM'); threads[9] = new thread(2840, 'Cutters, you get what you pay for. :(', 'skipper', '09-10-2010', '08:47 AM'); threads[10] = new thread(2850, 'Ford Ranchero', 'blacklabelbravo', '09-10-2010', '08:10 AM'); threads[11] = new thread(2857, 'The Impact of flavors that different components of cigars represent', 'Scoop', '09-10-2010', '08:03 AM'); threads[12] = new thread(2844, 'Cain swag on ebay!!', 'Jimmie The Mum', '09-10-2010', '07:38 AM'); threads[13] = new thread(2859, 'PSA: cheapo shipping = nub rehab', 'Jimmie The Mum', '09-10-2010', '07:29 AM'); threads[14] = new thread(2756, 'EvilAsh Member Contest ("Endless Nub Smokers")', 'Jimmie The Mum', '09-10-2010', '07:21 AM');