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(75604, 'Disney buying Playdom in $763 million deal', 'joanne', 'July 30th, 2010', '15:05'); threads[1] = new thread(75602, 'Disney to sell Miramax for over $660 million', 'joanne', 'July 30th, 2010', '14:58'); threads[2] = new thread(75601, 'Walt Disney World Resort Expands Relationship with HP Into Youth Sports at ESPN Wide World of Sports Complex', 'joanne', 'July 30th, 2010', '14:57'); threads[3] = new thread(75591, 'Main Street Electrical to stay', 'JuniorMickey', 'July 29th, 2010', '15:32'); threads[4] = new thread(75531, 'Disney limits use of bus computers', 'joanne', 'July 23rd, 2010', '16:54'); threads[5] = new thread(75530, 'New Disney Resort in Hawaii Begins Taking Reservations for 2011 Stays', 'joanne', 'July 23rd, 2010', '16:41'); threads[6] = new thread(75529, 'Disney to make film on Haunted Mansion attraction', 'joanne', 'July 23rd, 2010', '16:39'); threads[7] = new thread(75521, 'Walt Disney World Resort Offers Sleighful of Merriment with Festive Holiday Favorites Galore', 'joanne', 'July 22nd, 2010', '16:09'); threads[8] = new thread(75503, 'Disney Vacation Connection Desktop Widget', 'joanne', 'July 20th, 2010', '10:41'); threads[9] = new thread(75456, 'Disney magic goes on', 'joanne', 'July 14th, 2010', '20:00'); threads[10] = new thread(75455, 'Class Action Filed Against Disney For Alleged Violations Of The Americans With Disabilities Act', 'joanne', 'July 14th, 2010', '19:54'); threads[11] = new thread(75412, 'Fun Facts: Best Friends Pet Care Resort', 'joanne', 'July 9th, 2010', '14:24'); threads[12] = new thread(75406, 'Ilene Woods, the Voice of Disney’s Cinderella, Dies at 81', 'joanne', 'July 8th, 2010', '21:19'); threads[13] = new thread(75404, 'Disney \'may start Shanghai park work in November\'', 'joanne', 'July 8th, 2010', '21:17'); threads[14] = new thread(75403, 'Disney loses $270 million judgment over "Millionaire"', 'joanne', 'July 8th, 2010', '21:14');