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(2); threads[0] = new thread(115438, 'روائع الشعر العراقي سعدي يونس عطلة المصارف', 'ناطق العبيدي', '2 - 8 - 2025', '09:42 PM'); threads[1] = new thread(115437, 'روائع الشعر العراقي خليل الشرمي التميمي اغسطس اب', 'ناطق العبيدي', '2 - 8 - 2025', '09:34 PM');