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(3); threads[0] = new thread(22355, 'استمتع بمشاهدة قنوات stc عبر اشتراكات iptv من متجر رويال', 'قلفغيب', '01-07-2025', '11:45 AM'); threads[1] = new thread(22340, 'كيفية الحصول على اشتراك iptv مجاني والاستمتاع بالترفيه دون تكلفة', 'قلفغيب', '01-05-2025', '01:57 PM'); threads[2] = new thread(22336, 'تجديد اشتراك iptv: كيفية الاستفادة من الخدمة وتجربة مشاهدة محسّنة', 'قلفغيب', '01-04-2025', '07:42 PM');