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(4); threads[0] = new thread(45100, 'طائرة مصرية تهبط اضطراريًا في ليبيا للتوليد وهم في الجو.', 'jerjesyousif', '08-30-2024', '06:41 AM'); threads[1] = new thread(45067, 'عاجل.. القسام تقصف "تل أبيب"', 'jerjesyousif', '08-13-2024', '05:39 PM'); threads[2] = new thread(45066, 'كيف رد نتنياهو ولبيد على اقتحام "بن غفير" للأقصى؟', 'jerjesyousif', '08-13-2024', '04:39 PM'); threads[3] = new thread(45061, 'ما نوع الصواريخ التي قصفت مدرسة "التابعين" بغزة؟', 'jerjesyousif', '08-11-2024', '12:21 AM');