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(98180, 'مخدات ^_*', 'دلووعة الماما', '21-11-2009', '11:05 PM'); threads[1] = new thread(98150, 'وبعدين مع نفخ الخدود !!!', 'حلاااا الرياض', '20-11-2009', '09:40 PM'); threads[2] = new thread(98110, 'تعرفون وش معنى كلمة حط رجلك ؟؟‏', 'برد2', '18-11-2009', '10:57 PM'); threads[3] = new thread(98105, 'f 14 طائرة الأحلام', 'ابوراش mig', '18-11-2009', '06:44 PM'); threads[4] = new thread(98101, 'نظارره خياليه ماشفت زيها بحياتي', 'جراح قلب', '18-11-2009', '05:45 PM');