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(532451, 'فضل صيام العشر الاوائل من ذي الحجة', 'chahinez-', 'rimaa', '41', '129', 'المنتدى العام'); threads[1] = new thread(531141, 'إختبار الغابة', 'حلا بغداد', 'halaaaaaaaaa', '10', '129', 'المنتدى العام'); threads[2] = new thread(528981, 'وأنـتـــم - في ( تــتـــخــلـــى عـــــنــــه / يـــتــــخــــلــــى عنها ) .', 'Shi5aa', 'Shi5aa', '17', '129', 'المنتدى العام'); threads[3] = new thread(528431, 'شنط للسهرات المميزه والحفلات..', 'chahinez-', 'rimaa', '82', '129', 'المنتدى العام');