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(14691, 'د. إبراهيم حسين أفضل دكتور عظام تخصص ركبة في مصر وأفضل استشاري عمود فقري', 'toqa', '18-11-2025', '12:12 PM'); threads[1] = new thread(14690, 'أفضل دكتور عمود فقري في مصر وأفضل دكتور عظام في أكتوبر: د. إبراهيم حسين في مركز TopBo', 'toqa', '18-11-2025', '11:33 AM');