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(15); threads[0] = new thread(27602, 'ماذا تعرف عن الاسبرين الصديق الدائم للمنزل؟', 'ابوشهد', '27-07-2010', '12:40 PM'); threads[1] = new thread(27601, 'لماذا يشيب الشعر ؟؟', 'ابوشهد', '27-07-2010', '12:38 PM'); threads[2] = new thread(27595, 'الوزن والطول المناسب للرجل والمرأة', 'ابوشهد', '27-07-2010', '12:09 PM'); threads[3] = new thread(27594, 'التهاب الحلق و مضاعفاته', 'ابوشهد', '27-07-2010', '12:07 PM'); threads[4] = new thread(27592, 'ظاهرة المشي أثناء النوم', 'ابوشهد', '27-07-2010', '11:53 AM'); threads[5] = new thread(27591, 'ما هو الشخير؟', 'ابوشهد', '27-07-2010', '11:51 AM'); threads[6] = new thread(27506, 'أخطاء الأم قد تفقد الطفل أسنانه', 'هناء11', '21-07-2010', '11:38 PM'); threads[7] = new thread(27326, 'اللمبة فيها سم قاتل !!!!!!!!!', 'هناء11', '14-07-2010', '12:52 AM'); threads[8] = new thread(27033, 'ضعف السمع عند الأطفال .. أسبابه وعلاجه', 'هناء11', '04-07-2010', '11:37 PM'); threads[9] = new thread(27032, 'الأطعمة المملحة قد تؤدى للاصابة بمرض السرطان!!!!!!!!!!!!!!!!!!', 'هناء11', '04-07-2010', '11:27 PM'); threads[10] = new thread(26797, 'الولادة في الماء', 'ابوشهد', '25-06-2010', '11:42 AM'); threads[11] = new thread(26763, 'هليج', 'ترنيم***', '24-06-2010', '12:25 PM'); threads[12] = new thread(26594, 'الزبــــــــادي', 'ترنيم***', '21-06-2010', '01:37 AM'); threads[13] = new thread(25891, 'هل تعرف مرض (أليس في بلاد العجائب)و الامراض الاكثر غرابة××', 'ابوشهد', '24-05-2010', '08:26 PM'); threads[14] = new thread(25761, 'يقتحم حياتك بدون إنذار.. اكتشف أسباب ارتفاع الضغط', 'ابوشهد', '10-05-2010', '03:46 AM');