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(69405, 'تعلم الإنسان من الحيوان!!!!!!!!', 'غيمة الود', '09-01-2010', '06:01 AM'); threads[1] = new thread(69351, 'الرقم 7 ؟؟!!', 'دمعة الشوق', '08-31-2010', '07:35 PM'); threads[2] = new thread(69310, 'لماذا امر النبي بقتل الوزغ!!', 'فتـــو', '08-30-2010', '11:37 PM'); threads[3] = new thread(69258, '20معلومة عن الرسول-*صلى الله عليه وسلم*', 'الأسمر', '08-30-2010', '04:36 AM'); threads[4] = new thread(68804, 'أين تبرك ناقتك ؟', 'عنادعبدالله', '08-25-2010', '06:15 PM'); threads[5] = new thread(68365, 'أسرار جسد المرأة - سبحان الخالق ما أعظم حكمته', 'دمعة الشوق', '08-20-2010', '08:50 PM'); threads[6] = new thread(68091, 'سر اسم "أحمد"؟!', 'دمعة الشوق', '08-17-2010', '08:48 PM'); threads[7] = new thread(68089, 'اسرار الحروف العربيه‎', 'دمعة الشوق', '08-17-2010', '08:09 PM'); threads[8] = new thread(67927, 'موسوعَـۃْ هلْ تَعلمْ . . !', 'دمعة الشوق', '08-15-2010', '07:35 PM');