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(6); threads[0] = new thread(114473, 'تنورات روعة', 'همسة الشوق', '14 - 5 - 2025', '07:14 AM'); threads[1] = new thread(114472, 'ربطات شعر حواء', 'همسة الشوق', '14 - 5 - 2025', '07:06 AM'); threads[2] = new thread(114471, 'فساتين متنوعة وناعمة', 'همسة الشوق', '14 - 5 - 2025', '06:59 AM'); threads[3] = new thread(114470, 'احذية رياضية غاية في الاناقة', 'همسة الشوق', '14 - 5 - 2025', '06:55 AM'); threads[4] = new thread(114469, 'تشكيلة فساتين سهرات بلون ساحر', 'همسة الشوق', '14 - 5 - 2025', '06:49 AM'); threads[5] = new thread(114433, 'جلابيات كشخة', 'عيونها لك', '11 - 5 - 2025', '07:38 AM');