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(5); threads[0] = new thread(388005, 'ما هو دماغ الحمل؟', 'ايلاف', '06-01-2024', '04:09 AM'); threads[1] = new thread(388003, 'التهاب الأنف أثناء الحمل', 'ايلاف', '06-01-2024', '04:04 AM'); threads[2] = new thread(387995, 'ما هو الحمل الكيميائي؟', 'ايلاف', '05-30-2024', '04:04 AM'); threads[3] = new thread(387965, 'ماذا يعني وجود خط باهت في اختبار الحمل', 'ايلاف', '05-15-2024', '08:55 AM'); threads[4] = new thread(387964, 'هل يمكنك إجراء اختبار الحمل ليلاً؟', 'ايلاف', '05-15-2024', '08:31 AM');