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(9); threads[0] = new thread(9972, 'Zhang Ziyi serves as AIDS prevention ambassador', 'Gaz', 'September 1st, 2010', '05:01 AM'); threads[1] = new thread(9975, 'Zhang Ziyi: Glamourous "Auctioneer" at a Charity Gala', 'SHADOW', 'August 30th, 2010', '08:55 PM'); threads[2] = new thread(9976, 'Genghis Khan got busy.', 'Brainchild', 'August 30th, 2010', '11:53 AM'); threads[3] = new thread(6834, 'MUSA review', 'Brainchild', 'August 30th, 2010', '02:44 AM'); threads[4] = new thread(9974, 'Z1Y1 Mustang GT', 'Gaz', 'August 23rd, 2010', '05:07 AM'); threads[5] = new thread(9973, 'Zhang Ziyi named goodwill ambassador of Expo volunteers', 'Brainchild', 'August 20th, 2010', '05:16 PM'); threads[6] = new thread(9958, 'Back to Basics', 'Bluewolf', 'August 19th, 2010', '11:09 AM'); threads[7] = new thread(9971, 'The Unexpendables', 'Virgule', 'August 17th, 2010', '10:33 PM'); threads[8] = new thread(9970, 'Sep. 2010《BAZAAR》—Broken Venus', 'Virgule', 'August 13th, 2010', '03:28 AM');