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(23133, 'كيف تختار مكان تركيب شعر مستعار في الرياض؟', 'جنى ميرو', '01-21-2026', '09:49 PM'); threads[1] = new thread(23123, 'لماذا يبحث كثير من الناس في الرياض عن خبراء الشعر المستعار؟', 'جنى ميرو', '01-19-2026', '12:30 PM'); threads[2] = new thread(23122, 'اكتشفى ارقى تشكيلات الفساتين و الازياء من فولكوس بوتيك', 'جنى ميرو', '01-19-2026', '12:28 PM'); threads[3] = new thread(23119, 'اكنشفى ارقى تشكيلات الفساتين و الازياء من فولكوس بوتيك', 'جنى ميرو', '01-17-2026', '08:24 PM');