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(79043, 'الخلص فى الإسلام', 'رضا البطاوى', '01-08-2026', '06:58 AM'); threads[1] = new thread(79042, 'اشارة خفية', 'فيصل', '01-08-2026', '01:34 AM'); threads[2] = new thread(79041, 'الليل الطويل', 'فيصل', '01-07-2026', '01:02 PM'); threads[3] = new thread(79040, 'الرقب فى الإسلام', 'رضا البطاوى', '01-07-2026', '09:12 AM'); threads[4] = new thread(79039, 'الوقع فى الإسلام', 'رضا البطاوى', '01-06-2026', '07:51 PM'); threads[5] = new thread(79038, 'الجرم فى الإسلام', 'رضا البطاوى', '01-05-2026', '10:58 AM'); threads[6] = new thread(79037, 'القطع فى الإسلام', 'رضا البطاوى', '01-04-2026', '06:54 AM'); threads[7] = new thread(79036, 'القص فى الإسلام', 'رضا البطاوى', '01-03-2026', '09:15 AM'); threads[8] = new thread(79035, 'المرى في الإسلام', 'رضا البطاوى', '01-02-2026', '06:43 AM'); threads[9] = new thread(79034, 'العقب فى الإسلام', 'رضا البطاوى', '01-01-2026', '06:39 AM'); threads[10] = new thread(79033, 'الطوف فى الإسلام', 'رضا البطاوى', '12-31-2025', '06:34 AM'); threads[11] = new thread(79032, 'اشتاقك', 'فيصل', '12-31-2025', '02:41 AM'); threads[12] = new thread(79031, 'الضر فى الإسلام', 'رضا البطاوى', '12-30-2025', '07:01 AM'); threads[13] = new thread(79030, 'الرفع فى الإسلام', 'رضا البطاوى', '12-29-2025', '06:35 AM'); threads[14] = new thread(79029, 'العقد فى الإسلام', 'رضا البطاوى', '12-28-2025', '06:33 AM');