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(54594, 'القواعد المحاسبية لتطبيق ضريبة القيمة المضافة VAT', 'basma7', '08-20-2026', '11:07 AM'); threads[1] = new thread(54592, 'فرصه للاتحاق في البرنامج التدريبي استراتيجيات إدارة المنتجات وتطويرها | Product Manag', 'basma7', '08-20-2026', '10:19 AM'); threads[2] = new thread(54589, 'فرصه للاتحاق في البرنامج التدريبي استراتيجيات إدارة المنتجات وتطويرها | Product Manag', 'basma7', '08-19-2026', '12:30 PM');