function thread(threadid, title, poster, url, views, forum_id, forumtitle) { this.threadid = threadid; this.title = title; this.poster = poster; this.url = url; this.views = views; this.forum_id = forum_id; this.forumtitle = forumtitle; } var threads = new Array(4); threads[0] = new thread(534141, 'الافلام المدبلجة الى اين !!!!!!!!', 'طفشانة', 'sadfsdfsdf', '13', '351', 'منتدى MBC MAX'); threads[1] = new thread(532581, 'Big Momma\'s House', 'as3d', 'aawwdd', '28', '351', 'منتدى MBC MAX'); threads[2] = new thread(532571, 'The God Father Iii', 'RAMAN SALAM', 'blank', '29', '351', 'منتدى MBC MAX'); threads[3] = new thread(531941, 'لو بتحب مصر ادخل نقدر نلغى نتيجة المباراه ونعيدها ياللا بسرعة', 'مروة جمال', 'miramax', '126', '351', 'منتدى MBC MAX');