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(507801, 'مهم للادراه خاص بالترجمه', 'modlo1', 'vbc', '181', '180', 'منتديات أفلام MBC2'); threads[1] = new thread(505341, 'ابحث عن اسم فلم ياليت تدلوني ؟', 'asaram', 'asaram', '648', '180', 'منتديات أفلام MBC2'); threads[2] = new thread(498081, 'طلب عرض أفلام', 'جولنار', 'guolnar', '2426', '180', 'منتديات أفلام MBC2'); threads[3] = new thread(497951, 'college road trip', 'amalful8raven', 'amalful8raven', '128', '180', 'منتديات أفلام MBC2');