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(14956, 'الأرجوزة الميئية في ذكر حال أشرف البرية لأبي العز الحنفي رحمه الله', 'سالم الجزائري', '26-Aug-2010', '09:09 PM'); threads[1] = new thread(14885, 'كتاب حول حياة شيخ الاسلام ابن تيمية pdf', 'أبو ناصر فارس السلفي', '21-Aug-2010', '03:22 AM'); threads[2] = new thread(14828, 'موسوعة سير السلف - الإصدار الأول', 'أبو عبد الرحمان بحوص بحوصي', '17-Aug-2010', '11:07 AM'); threads[3] = new thread(14736, 'ضوابط في فهم سيرة المصطفى صلى الله عليه وسلم للشيخ صالح آل الشيخ', 'سالم الجزائري', '09-Aug-2010', '01:53 PM');