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(10); threads[0] = new thread(44291, 'لعبة قذف الحذاء على بوش', 'ارجوان', '09-02-2010', '06:55 AM'); threads[1] = new thread(44262, 'لعبة الهلال والنصر', 'احلا البكاري', '08-31-2010', '09:16 PM'); threads[2] = new thread(44261, 'لعبة الهلال والنصر', 'احلا البكاري', '08-31-2010', '09:14 PM'); threads[3] = new thread(44244, 'لعبة نجوم المنتدى', 'احلا البكاري', '08-30-2010', '10:31 PM'); threads[4] = new thread(44243, 'لعبة نجوم المنتدى', 'احلا البكاري', '08-30-2010', '10:09 PM'); threads[5] = new thread(44233, 'حكمة اليوم', 'vip', '08-30-2010', '02:33 AM'); threads[6] = new thread(44167, 'متحف المشاهير', 'الأمبرطوره', '08-27-2010', '12:05 AM'); threads[7] = new thread(44142, 'من يحبے...', 'آح‘ـپڪَ', '08-25-2010', '09:08 PM'); threads[8] = new thread(44141, 'حياكمـے بقروبے [جنون »άή« الفلـہ]', 'آح‘ـپڪَ', '08-25-2010', '08:55 PM'); threads[9] = new thread(44140, 'لاحد يضحك ههههههآآي', 'آح‘ـپڪَ', '08-25-2010', '08:46 PM');