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(136639, 'ورقة عمل للصف 2م ف1', 'rahaal', '2025-09-12', '11:18 AM'); threads[1] = new thread(136638, 'ورق عمل الكيمياء 1 و الكيمياء 1-2 و الكيمياء 3 (1447هـ)', 'أبو..نواف', '2025-08-24', '08:10 PM'); threads[2] = new thread(136637, 'توزيع منهج لغتي الخالدة لعام 1447هـ', 'rahaal', '2025-08-18', '02:33 PM');