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(8227, 'HAPPY BIRTHDAY SHERMAN SMOOT!!!', 'BuckyD', '07-29-2010', '09:18 AM'); threads[1] = new thread(8226, 'GO BEAR!', 'sierra fox', '07-29-2010', '07:39 AM'); threads[2] = new thread(8225, 'hay guess what', 'BEARCLAW777', '07-28-2010', '09:08 PM'); threads[3] = new thread(8224, 'Racers attending 2010 list', 'planecrazy2', '07-28-2010', '02:06 PM'); threads[4] = new thread(8223, 'Jack Roush in critical condition after a rough landing', 'comancheflyer', '07-28-2010', '01:14 PM'); threads[5] = new thread(8222, 'Any news on WILDFIRE?', 'WARPT', '07-28-2010', '10:36 AM'); threads[6] = new thread(8221, 'How was Jack Roush\'s arrival @ OSH?', 'hg2992', '07-27-2010', '05:47 PM'); threads[7] = new thread(8220, 'Galloping Ghost', 'Kenny Price Jr.', '07-27-2010', '07:41 AM'); threads[8] = new thread(8219, 'Need For Collection', 'Jack McFall', '07-26-2010', '01:43 PM'); threads[9] = new thread(8218, 'loss in the warbird community', 'JET1', '07-26-2010', '12:24 PM'); threads[10] = new thread(8217, 'Do You Need a Ride to Reno?', 'AirportAdvocate', '07-25-2010', '02:25 PM'); threads[11] = new thread(8216, 'Photo Question', 'Reever5', '07-24-2010', '02:33 PM'); threads[12] = new thread(8214, 'you can find anything on Ebay', 'blacksheep', '07-24-2010', '12:17 AM'); threads[13] = new thread(8213, 'HAPPY BIRTHDAY WAYNE!', 'Apteryx', '07-23-2010', '09:58 AM'); threads[14] = new thread(8212, 'Any News on Dago Red?', 'airtj', '07-22-2010', '11:43 AM');