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(173035, 'أذان الفجر يرفعه عادل القضماني من الأقصى - الأحد 29 جمادي1 (5) 1446 -', 'شريف حمدان', '01 / 12 / 2024', '43 : 07 AM'); threads[1] = new thread(173034, 'نداء الفجر يرفعه عادل القضماني من الأقصى - الأحد 29 جمادي1 (5) 1446 -', 'شريف حمدان', '01 / 12 / 2024', '43 : 07 AM'); threads[2] = new thread(172960, 'أذان الفجر يرفعه بلال أبو الضبعات من الأقصى - الخميس 19 جمادي1 (5) 1446', 'شريف حمدان', '21 / 11 / 2024', '42 : 06 AM'); threads[3] = new thread(172959, 'نداء الفجر يرفعه بلال أبو الضبعات من الأقصى - الخميس 19 جمادي1 (5) 1446', 'شريف حمدان', '21 / 11 / 2024', '41 : 06 AM');