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(54318, 'عندي صامولي ايش اسوي فيه', 'خالد نجم', '2024-05-10', '09:17 PM'); threads[1] = new thread(54317, 'حليبب ليميل بلس يسمن', 'خالد نجم', '2024-05-10', '09:13 PM'); threads[2] = new thread(54316, 'البحث عن شخص في المنام', 'خالد نجم', '2024-05-10', '05:50 PM'); threads[3] = new thread(54315, 'رؤية الغوص في البحر في المنام', 'خالد نجم', '2024-05-10', '05:42 PM'); threads[4] = new thread(54314, 'من جربت حليب نوفالاك؟', 'خالد نجم', '2024-05-10', '05:33 PM'); threads[5] = new thread(54313, 'ما تفسيرحلم العقرب للمتزوجه؟', 'خالد نجم', '2024-05-10', '05:08 PM'); threads[6] = new thread(54312, 'ما تفسير رؤية الصراصير في المنام؟', 'خالد نجم', '2024-05-10', '05:05 PM'); threads[7] = new thread(54311, 'قتلت شخص في المنام', 'خالد نجم', '2024-05-10', '04:58 PM'); threads[8] = new thread(54310, 'رؤية الأصدقاء في المنام', 'خالد نجم', '2024-05-10', '04:41 PM'); threads[9] = new thread(54309, 'شركة تنظيف بالمدينة المنورة', 'الذليل لله', '2024-05-10', '12:18 PM'); threads[10] = new thread(54308, 'حلمت ان بنتي انخطبت', 'خالد نجم', '2024-05-10', '12:51 AM'); threads[11] = new thread(54307, 'تفسير حلم رؤية النجوم', 'خالد نجم', '2024-05-10', '12:08 AM'); threads[12] = new thread(54306, 'تفسير حلم زواج رجل متزوج', 'خالد نجم', '2024-05-09', '11:13 PM'); threads[13] = new thread(54305, 'حلمت اني أمي حامل', 'خالد نجم', '2024-05-09', '06:51 PM'); threads[14] = new thread(54304, 'ما هي اعراض التهاب عصب الوجه؟', 'خالد نجم', '2024-05-09', '05:50 PM');