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(3); threads[0] = new thread(23042, 'أفضل كازينو أون لاين في قطر – تجربة آمنة وممتعة', 'ماريا جون', '11-19-2025', '06:48 PM'); threads[1] = new thread(23041, 'أهمية تركيب مظلات خارجية للمنازل والأماكن التجارية', 'ماريا جون', '11-16-2025', '06:25 PM'); threads[2] = new thread(23038, 'أفضل كازينو أون لاين في قطر – تجربة آمنة وممتعة', 'ماريا جون', '11-11-2025', '07:15 PM');