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(59437, 'Two part question', 'Rosebud', '02-09-2010', '01:52 AM'); threads[1] = new thread(59435, 'Morning Update, February 9, 2010', 'The_Kitchen_Guy', '02-09-2010', '12:05 AM'); threads[2] = new thread(59434, 'Urgent Ordering On wedding registry', 'elizabethfox', '02-09-2010', '12:05 AM'); threads[3] = new thread(59433, 'Bookings vs. Potential Bookings', 'LilChefBeth', '02-08-2010', '11:39 PM'); threads[4] = new thread(59432, 'What do you say to "hook" the bride?', 'scrappergirl7', '02-08-2010', '11:00 PM'); threads[5] = new thread(59431, 'Food vs Fee', 'pkd09', '02-08-2010', '09:09 PM'); threads[6] = new thread(59430, 'Uggghhh....mini rant LOL', 'leslieprichett', '02-08-2010', '08:18 PM'); threads[7] = new thread(59429, 'US Airways Flight 1549', 'The_Kitchen_Guy', '02-08-2010', '07:29 PM'); threads[8] = new thread(59428, 'Leadership Handbook', 'raebates', '02-08-2010', '07:04 PM'); threads[9] = new thread(59427, 'Microwave Measurements for DCB', 'luvlabs', '02-08-2010', '05:55 PM'); threads[10] = new thread(59426, 'Where to set up a booth!', 'jterre', '02-08-2010', '05:50 PM'); threads[11] = new thread(59425, 'Wahoo!', 'raebates', '02-08-2010', '05:35 PM'); threads[12] = new thread(59424, 'David Meenan Training', 'luvlabs', '02-08-2010', '05:31 PM'); threads[13] = new thread(59423, 'error??', 'ChefMary412', '02-08-2010', '05:25 PM'); threads[14] = new thread(59422, 'Lost/Stolen Show Order', 'fallonp321', '02-08-2010', '05:08 PM');