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(26649, 'ديكورات الأناقة والجمال', 'شقاوي', '13-04-2024', '07:39 AM'); threads[1] = new thread(26648, 'جماليـات', 'شقاوي', '13-04-2024', '07:37 AM'); threads[2] = new thread(26647, 'ودي آحكيلك عن ضحكة قلبي والشعُور الحلو بوجودك ‏', 'شقاوي', '13-04-2024', '07:36 AM'); threads[3] = new thread(26646, 'حين تبرز البساط الفخامة والرقي', 'شقاوي', '13-04-2024', '07:35 AM'); threads[4] = new thread(26577, 'إلى آلسمآء رفرفي ي أمنيآتي', 'شقاوي', '08-04-2024', '08:49 AM'); threads[5] = new thread(26576, 'تعال*ذبحني*الشوق*بغيابك', 'شقاوي', '08-04-2024', '08:47 AM'); threads[6] = new thread(26575, 'لبية*ياقلب*مامثله*احد', 'شقاوي', '08-04-2024', '08:45 AM'); threads[7] = new thread(26574, 'جلسات عربيه لغرف المعيشه', 'شقاوي', '08-04-2024', '08:44 AM');