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(12269, 'و من أظلم ممن افترى على كذبا ...', 'ناصح أمين', '06-25-2026', '05:44 AM'); threads[1] = new thread(12267, 'و اعلموا أن الله يحول بين المرء و قلبه ...', 'ناصح أمين', '06-18-2026', '05:38 AM'); threads[2] = new thread(12266, 'يا قوم اعبدوا الله ما لكم من إله غيره ...', 'ناصح أمين', '06-11-2026', '05:35 AM'); threads[3] = new thread(12265, 'الله أعلم حيث يجعل رسالته ...', 'ناصح أمين', '06-04-2026', '05:41 AM');