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(114047, 'يعيش الورد في حلو ابتسامتك ( سورية حره ) حياكي طلبك', 'حنين', '4 - 2 - 2025', '04:12 PM'); threads[1] = new thread(113984, 'أنت فقط من يلفت انتباهي ( سورية وافتخر ) حياكي هنا', 'حنين', '18 - 1 - 2025', '10:44 PM'); threads[2] = new thread(113983, 'اطلب وتدلل مع حنين', 'حنين', '18 - 1 - 2025', '10:36 PM');