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(2371, 'حكم من صاموا ثم رجعوا لبلادهم ولم يدخل فيها شهر رمضان بعد', 'سلطان الزين', '12-12-2025', '02:59 PM'); threads[1] = new thread(2370, 'لا حرج في قضاء رمضان في النصف الثاني من شعبان', 'سلطان الزين', '12-12-2025', '02:58 PM'); threads[2] = new thread(2369, 'ادعية رمضانيه', 'سلطان الزين', '12-12-2025', '02:57 PM'); threads[3] = new thread(2368, 'تغريدات رمضانية', 'سلطان الزين', '12-12-2025', '02:53 PM');