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(12261, 'ولتكن منكم أمة يدعون إلى الخير ...', 'ناصح أمين', '05-07-2026', '05:48 AM'); threads[1] = new thread(12260, 'يا أيها الذين آمنوا اتقوا الله حق تقاته ...', 'ناصح أمين', '04-30-2026', '05:55 AM'); threads[2] = new thread(12259, 'فمن يكفر بالطاغوت و يؤمن بالله ...', 'ناصح أمين', '04-23-2026', '06:03 AM'); threads[3] = new thread(12258, 'هل أتاك حديث الغاشية ...', 'ناصح أمين', '04-16-2026', '06:11 AM');