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(3); threads[0] = new thread(388397, 'هل منتجات العناية بالشعر التي تحتوي على الكيراتين أو الفورمالديهايد آمنة للحامل؟', 'ايلاف', '12-10-2025', '09:54 AM'); threads[1] = new thread(388370, 'هل كريمات المعطرة تعالج الكلف في الحمل؟', 'ايلاف', '11-25-2025', '04:58 PM'); threads[2] = new thread(388369, 'ما هي المكونات الطبيعية لتفتيح الكلف أثناء الحمل؟', 'ايلاف', '11-25-2025', '01:32 PM');