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(115193, 'كل لحظة كانت بقربك عظيمة', 'الــســاهر', '11 - 7 - 2025', '04:57 PM'); threads[1] = new thread(114978, 'رحلة الأيام تجبرني على دفع الضرايب', 'الــســاهر', '26 - 6 - 2025', '05:51 AM'); threads[2] = new thread(114953, 'مانيب جابرك ما فالحب جبريه', 'حنين الأشواق', '22 - 6 - 2025', '06:24 PM'); threads[3] = new thread(114952, 'ممكن احبك واعلن الحب للناس', 'حنين الأشواق', '22 - 6 - 2025', '06:20 PM'); threads[4] = new thread(114951, 'على امرك يابعد نبض الخفوق وهاجسي ومناي', 'حنين الأشواق', '22 - 6 - 2025', '06:17 PM'); threads[5] = new thread(114902, 'واليوم كل قام يصلخ ويذبح', 'الــســاهر', '12 - 6 - 2025', '09:56 PM');