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(161790, 'الزومبا والتنحيف', 'أم ملك', '03-21-2017', '11:15 PM'); threads[1] = new thread(161788, 'تعرفي على رجيم الفواكه لخسارة الوزن', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[2] = new thread(161787, 'أذيبي دهون جسمكِ في أسرع وقت مع رجيم الكمون', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[3] = new thread(161786, 'خلطات تخلصكِ من الكرش نهائياً', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[4] = new thread(161785, 'أفقدي 7 كيلو من وزنك مع الشاي والليمون', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[5] = new thread(161784, 'وصفات رائعة للحصول على أرداف مشدودة', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[6] = new thread(161783, 'تخلصي من الوزن الزائد مع رجيم الماء !!', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[7] = new thread(161782, 'تخلصي النحافة المفرطة مع خلطة السمسم للتسمين', 'ابعتذر', '03-18-2017', '12:40 PM'); threads[8] = new thread(161781, 'تخلصي من سمنة الفخدين مع هذه الطرق البسيطة', 'ابعتذر', '03-18-2017', '12:40 PM');