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(8); threads[0] = new thread(2344, 'تحقق من صحة الحديث بسهولة', 'الجنوبيه', '12-10-2025', '09:19 AM'); threads[1] = new thread(2336, 'انذار اليهود به صلى الله عليه وسلم', 'سلطان الزين', '12-09-2025', '07:45 AM'); threads[2] = new thread(2335, 'كفالة ابي طالب وقصة بحيرى', 'سلطان الزين', '12-09-2025', '07:44 AM'); threads[3] = new thread(2334, 'وفاة امه صلى الله عليه وسلم', 'سلطان الزين', '12-09-2025', '07:43 AM'); threads[4] = new thread(2333, 'عبدالله والد الرسول', 'سلطان الزين', '12-09-2025', '07:43 AM'); threads[5] = new thread(2332, 'نسب الرسول صلى الله عليه وسلم', 'سلطان الزين', '12-09-2025', '07:42 AM'); threads[6] = new thread(2331, 'ثواب وآثار محبة النبي صلى الله عليه وسلم', 'سلطان الزين', '12-09-2025', '06:01 AM'); threads[7] = new thread(2321, 'اتركـ هنــــــــــــا..((لكـ بصمهـ', 'سلطان الزين', '12-08-2025', '06:32 AM');