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(10); threads[0] = new thread(991, 'ارشيف كامل لنصف الكرة الشمالي', 'قاهر العواصف', '07-27-2010', '12:27 PM'); threads[1] = new thread(985, 'متابعة أخر التوقعات لأعصار T.S. Bonnie', 'قاهر العواصف', '07-23-2010', '04:36 PM'); threads[2] = new thread(983, 'من الأرشيف - مطاردة العين 22/07/2009', 'nWo', '07-22-2010', '11:46 PM'); threads[3] = new thread(963, 'امطار البدع الغزيرة ..........السبت 17/7/2010', 'قاهر العواصف', '07-17-2010', '08:42 PM'); threads[4] = new thread(957, 'متابعة احوال الطقس من تاريخ17/7/2010م والايام القادمه', 'ثعلب الصحراء', '07-17-2010', '09:04 AM'); threads[5] = new thread(950, 'جولتي السريعة في ربوع الجبل الاخضر في عمان', 'الوليد', '07-16-2010', '02:13 PM'); threads[6] = new thread(939, 'امطار اللهبان ووادي بني عمر ولاية (صحم) 13/7/2010...', 'بوعبيد السويدي', '07-14-2010', '06:52 AM'); threads[7] = new thread(930, 'أمطار الخير على العين 10/7/2010', 'قاهر العواصف', '07-10-2010', '07:26 PM'); threads[8] = new thread(916, 'عاصفة العين العنيفة 8/7/2010', 'قاهر العواصف', '07-08-2010', '10:58 PM'); threads[9] = new thread(914, 'أمطار غزيرة وحبات برد على منطقة شرق البريمي 8\\7\\2010 (صور حصرية)', 'عواصف راس الخيمة', '07-08-2010', '09:01 PM');