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(9); threads[0] = new thread(161793, 'كلنا غير قبل شهر الخير (تحدي ابريل)', 'فزوم', '03-30-2017', '09:28 PM'); threads[1] = new thread(161792, 'تحدي الآسبوع الآول من 30 مارس الي 6 ابريل الوزن الحالي 97', 'جذور', '03-30-2017', '05:52 AM'); threads[2] = new thread(161791, 'تحدي لآخر شهر مارس [ برجيم السعرات ] وزني 97 ياتري هايكون كام آول آبريل ؟', 'جذور', '03-24-2017', '06:41 AM'); threads[3] = new thread(161790, 'الزومبا والتنحيف', 'أم ملك', '03-21-2017', '11:15 PM'); threads[4] = new thread(161789, 'عوده من جديد لمنتدانا الغالي', 'مروة محمد فتحي', '03-21-2017', '12:29 PM'); threads[5] = new thread(161788, 'تعرفي على رجيم الفواكه لخسارة الوزن', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[6] = new thread(161787, 'أذيبي دهون جسمكِ في أسرع وقت مع رجيم الكمون', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[7] = new thread(161786, 'خلطات تخلصكِ من الكرش نهائياً', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[8] = new thread(161785, 'أفقدي 7 كيلو من وزنك مع الشاي والليمون', 'ابعتذر', '03-18-2017', '12:40 PM');