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(6); threads[0] = new thread(113023, 'قطع قمه في الاناقة والجمال', 'تراتيل فرح', '19 - 5 - 2024', '09:33 PM'); threads[1] = new thread(113020, 'فسـاتين لون ابيض', 'تراتيل فرح', '19 - 5 - 2024', '08:24 PM'); threads[2] = new thread(112933, 'سلاسل', 'تراتيل فرح', '7 - 5 - 2024', '11:54 PM'); threads[3] = new thread(112932, 'جمالهم مع بعض', 'تراتيل فرح', '7 - 5 - 2024', '10:27 PM'); threads[4] = new thread(112918, 'للصيف روعته', 'تراتيل فرح', '4 - 5 - 2024', '09:25 PM'); threads[5] = new thread(112906, 'فساتين روعة', 'تراتيل فرح', '3 - 5 - 2024', '01:28 PM');