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(5); threads[0] = new thread(119782, 'صور للحرم المكي وقت المطر', 'hind55', '20 - 7 - 2010', '08:48 PM'); threads[1] = new thread(116087, 'اجواء منطقة الغب', 'myoodrak', '9 - 7 - 2010', '08:57 AM'); threads[2] = new thread(115989, 'تقرير عن عاصفة العين8/7/2010م', 'ثعلب الصحراء', '9 - 7 - 2010', '01:00 AM'); threads[3] = new thread(115950, 'صور حصرية أمطار غزيرة وحبات برد على منطقة شرق البريمي 8\\7\\2010 (صور حصرية)', 'عواصف راس الخيمة', '8 - 7 - 2010', '08:58 PM'); threads[4] = new thread(115916, 'صور خاصة المركز الوطني ينفي إشاعة وجود إعصار ويؤكد أن أمطار العين حالة جوية تشهدها كل عام (صور خاصة)', 'الرمس نيوز', '8 - 7 - 2010', '05:47 PM');