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(113029, 'حواء دائمًا متميّزة', 'تراتيل فرح', '21 - 5 - 2024', '02:09 PM'); threads[1] = new thread(113023, 'قطع قمه في الاناقة والجمال', 'تراتيل فرح', '19 - 5 - 2024', '09:33 PM'); threads[2] = new thread(113020, 'فسـاتين لون ابيض', 'تراتيل فرح', '19 - 5 - 2024', '08:24 PM'); threads[3] = new thread(112933, 'سلاسل', 'تراتيل فرح', '7 - 5 - 2024', '11:54 PM'); threads[4] = new thread(112932, 'جمالهم مع بعض', 'تراتيل فرح', '7 - 5 - 2024', '10:27 PM');