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(3310, 'كيف تحقق أكثر من 1000 دولار بالشهر بسعر وجبة عشاء', 'gaser safwan', '09-05-2024', '11:00 PM'); threads[1] = new thread(3271, 'دعوة لحضور لقاء "القانون وريادة الأعمال" للتعريف بالإجراءات القانونية للشركات الناشئة', 'gaser safwan', '06-05-2024', '09:14 AM'); threads[2] = new thread(3228, 'المحامية رباب المعبي : حكم لصالح موكلنا بأحقيتة للمبالغ محل الدعوى', 'gaser safwan', '24-04-2024', '09:32 PM');