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(5); threads[0] = new thread(98186, 'ما قدرت + هاك قلبي', 'شرقي سعد', '22-11-2009', '11:42 AM'); threads[1] = new thread(98134, 'افضل 99 اغنية لعام 2009', 'zaeem4u', '20-11-2009', '10:46 AM'); threads[2] = new thread(98063, 'مهند يتسبب بقتل فتاتين اردنيتين', 'هومة الصغيرة', '17-11-2009', '04:10 PM'); threads[3] = new thread(97992, 'حصريا فضايح فيلم الهاربات (( الهام شاهين - فريده سيف النصر - اخرون ))', 'MIZ@O', '14-11-2009', '07:41 AM'); threads[4] = new thread(97965, 'حصريا فيلم الحكايه فيها منه تصوير cam كواليتى عالى', 'MIZ@O', '13-11-2009', '01:29 PM');