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(6); threads[0] = new thread(388270, 'كيف أضيف تابع على أبشر؟ خطوة أساسية لكل مقيم ومواطن', 'ايلاف', '11-13-2025', '08:16 AM'); threads[1] = new thread(388238, 'متى يضاف المولود في حساب المواطن؟', 'ايلاف', '11-10-2025', '07:40 AM'); threads[2] = new thread(388211, 'السياحة في روسيا: وجهة تجمع بين التاريخ والجمال الطبيعي', 'ايلاف', '11-08-2025', '08:07 AM'); threads[3] = new thread(388196, 'الوثائق المطلوبة لتسجيل مولود جديد', 'ايلاف', '11-07-2025', '02:59 PM'); threads[4] = new thread(388171, 'رصد المخالفات البلدية', 'ايلاف', '11-06-2025', '09:07 AM'); threads[5] = new thread(388139, 'التسجيل في أكاديمية الصحة العامة', 'ايلاف', '11-03-2025', '06:07 AM');