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(64063, '1 Hour Cooking Show?', 'skaugchef', '09-03-2010', '03:37 PM'); threads[1] = new thread(64062, 'fall drink recipes', 'Kelly8', '09-03-2010', '02:50 PM'); threads[2] = new thread(64061, 'Tiles Small Square Plates', 'taterbug', '09-03-2010', '01:11 PM'); threads[3] = new thread(64060, 'mini catalog label for booths', 'ksmedic', '09-03-2010', '01:04 PM'); threads[4] = new thread(64059, 'Deep Dish Stone Baker', 'smama07', '09-03-2010', '12:08 PM'); threads[5] = new thread(64058, 'October HWC Products', 'RCKmom', '09-03-2010', '10:55 AM'); threads[6] = new thread(64057, 'ISO old stoneware storeage rack', 'aried', '09-03-2010', '10:29 AM'); threads[7] = new thread(64056, 'Gift certificate fundraisers', 'niccibyrd', '09-03-2010', '10:09 AM'); threads[8] = new thread(64055, 'Urgent Shower Invite Template?', 'flemings99', '09-03-2010', '09:57 AM'); threads[9] = new thread(64053, 'What to do with outdated paper supplies?', 'originalandrea', '09-03-2010', '09:09 AM'); threads[10] = new thread(64051, 'Syncing P3 shows with website', 'Chef Passion', '09-03-2010', '08:59 AM'); threads[11] = new thread(64050, 'Birthdays Today 3 Sep', 'colegrovet', '09-03-2010', '07:18 AM'); threads[12] = new thread(64049, 'Past PC Colors', 'chefheidi2003', '09-03-2010', '05:56 AM'); threads[13] = new thread(64048, 'Morning Update, September 3, 2010', 'The_Kitchen_Guy', '09-03-2010', '12:17 AM'); threads[14] = new thread(64047, 'Which sauce would you use?', 'kam', '09-02-2010', '10:28 PM');