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(7595, 'Drip drop!', 'SweetPeaPhotography', '09-10-2010', '03:30 AM'); threads[1] = new thread(7592, 'Customer Service did not cancel my tickets', 'plaborde', '09-09-2010', '10:37 PM'); threads[2] = new thread(7591, 'Baggage missing for one week', 'AEW', '09-09-2010', '08:18 PM'); threads[3] = new thread(7585, 'Air China Charging for sporting gear', '1AgainstAirChina', '09-08-2010', '07:16 AM'); threads[4] = new thread(7581, 'Name and Shame Airline Employees', 'jimworcs', '09-07-2010', '11:42 PM'); threads[5] = new thread(7580, 'Stone Cold Customer Service', 'SadButTrue', '09-07-2010', '07:58 PM'); threads[6] = new thread(7579, 'Delayed Baggage-getting runaround and am I too feel bad', 'NJ07203', '09-07-2010', '05:30 PM'); threads[7] = new thread(7575, 'Let stewardesses land the plane in a crisis, says Ryanair boss: Airline wants to ditc', 'cortney', '09-07-2010', '10:03 AM'); threads[8] = new thread(7574, 'Transcontinental Flight Provides NOTHING', 'Fly For Blood', '09-07-2010', '01:27 AM'); threads[9] = new thread(7572, 'mexican airline volaris becareful', 'olimpia', '09-06-2010', '09:12 PM'); threads[10] = new thread(7571, 'Cancelled 821 in Seattle with No Hope of Help', 'ggeil', '09-06-2010', '06:46 PM'); threads[11] = new thread(7569, 'Fully refundable fares taking a month to refund', 'bobdonnell', '09-05-2010', '05:54 PM'); threads[12] = new thread(7564, 'Bassinet / pre boarding (flight 167)', 'lewis5935', '09-03-2010', '11:28 PM'); threads[13] = new thread(7561, 'Was Your Baggage Delayed or Lost?', 'TravelLawyer', '09-03-2010', '09:36 PM'); threads[14] = new thread(7560, 'Jet2 Cancelled Flight', 'dickotyke', '09-03-2010', '05:31 PM');