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(26547, 'كود بسيط يجعل الموضوع يزداد جمالا للعضو الي يشارك', 'الوافي', '06-04-2024', '11:46 PM'); threads[1] = new thread(26524, 'استايل عيدالفطر المبارك (لعــ 1445 ـــام ) المُصممــة حـنين', 'ناصر', '06-04-2024', '12:03 AM');