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(35539, 'اكتشفى ارقى تشكيلات الفساتين و الازياء من فولكوس بوتيك', 'جنى ميرو', '19-01-2026', '09:23 PM'); threads[1] = new thread(35538, 'اكنشفى ارقى تشكيلات الفساتين و الازياء من فولكوس بوتيك', 'جنى ميرو', '18-01-2026', '02:19 AM');