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(113024, 'تهنئه للاخت تراتيل فرح لوصولها الالفيه الثانيه', 'همس الشوق', '20 - 5 - 2024', '04:58 AM'); threads[1] = new thread(112996, 'تهنئه للمصممه نائبة همس الشوق لوصولها الالفيه السادسه', 'همس الشوق', '14 - 5 - 2024', '11:49 AM'); threads[2] = new thread(112937, 'تهنئه نجمة الاسبوع 227 تراتيل فرح', 'همس الشوق', '9 - 5 - 2024', '02:57 AM'); threads[3] = new thread(112907, 'تهنئه الاخت تراتيل فرح وصولها للالفيه الاولى', 'همس الشوق', '3 - 5 - 2024', '01:43 PM'); threads[4] = new thread(112868, 'دعونا نرحب بضيفنا الجديد حياك الله ياتراتيل فرح', 'همس الشوق', '27 - 4 - 2024', '12:53 PM');