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(5); threads[0] = new thread(116145, 'لنحذر من الكسل', 'سيف العمور', '30 - 9 - 2025', '04:48 PM'); threads[1] = new thread(116087, 'العطاء داخل المنتدى', 'سيف العمور', '25 - 9 - 2025', '07:14 PM'); threads[2] = new thread(115924, 'ضيوف المنتدى وما الفائدة من تواجدهم', 'سيف العمور', '12 - 9 - 2025', '10:21 PM'); threads[3] = new thread(115900, 'ماذا تعرف عن عناكب قوقل', 'سيف العمور', '10 - 9 - 2025', '08:51 PM'); threads[4] = new thread(115794, 'المتواجدون الان', 'سيف العمور', '1 - 9 - 2025', '11:18 PM');