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(187, 'القواعد الأربع في تدبر القرآن', 'نور', '07-07-2025', '02:40 AM'); threads[1] = new thread(186, 'فضل سورة السجدة', 'نور', '07-07-2025', '02:36 AM'); threads[2] = new thread(185, 'قصه الخضر عليه السلام', 'نور', '07-07-2025', '02:28 AM'); threads[3] = new thread(184, 'اسم النبي محمد كاملا وأشهر أسمائه', 'نور', '07-07-2025', '02:09 AM'); threads[4] = new thread(183, 'لا تنس هذه الصدقات', 'نور', '07-07-2025', '02:01 AM'); threads[5] = new thread(182, 'البخل سبب في قطع البركة', 'نور', '07-07-2025', '01:57 AM'); threads[6] = new thread(181, 'متلازمة اليد الغريبة', 'سورية وافتخر', '07-04-2025', '01:42 AM'); threads[7] = new thread(180, 'من أي قلب أنت', 'سمير العباسي', '07-03-2025', '03:15 AM'); threads[8] = new thread(179, 'فواصل ورود منوعه', 'أمير', '07-02-2025', '10:59 PM'); threads[9] = new thread(178, 'فواصل ورود 2', 'أمير', '07-02-2025', '10:56 PM'); threads[10] = new thread(177, 'سكرابز القلعة والفرسان', 'أمير', '07-02-2025', '10:50 PM'); threads[11] = new thread(176, 'صور حرف e للفواصل', 'أمير', '07-02-2025', '10:47 PM'); threads[12] = new thread(175, 'اربع حركآت في الأيميج ريدي', 'أمير', '07-02-2025', '10:42 PM'); threads[13] = new thread(174, 'شرح عمل الـ gif فى فوتوشوب', 'أمير', '07-02-2025', '10:40 PM'); threads[14] = new thread(173, 'إختصارات الفوتوشوب', 'أمير', '07-02-2025', '10:38 PM');