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(4); threads[0] = new thread(26573, 'الفرق بين استضافة الووردبريس واستضافة الويب العادية', 'شقاوي', '08-04-2024', '07:20 AM'); threads[1] = new thread(26572, 'كيفية ربط الدومين بالاستضافة، وعمل الإعدادات بالشكل الصحيح', 'شقاوي', '08-04-2024', '07:18 AM'); threads[2] = new thread(26571, 'شرح لوحة تحكم ووردبريس', 'شقاوي', '08-04-2024', '07:11 AM'); threads[3] = new thread(26570, 'مواقع لتجربة الأكواد بدون محرر', 'شقاوي', '08-04-2024', '07:09 AM');