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(3); threads[0] = new thread(20329, 'وداع ـآ يارمضـان ..اهنـن اهنـن بالع ـيد <<حياكم', 'بنت أبوها', '09-06-2010', '12:50 AM'); threads[1] = new thread(20322, 'كل عام وانتم بخير', 'Sorrow', '09-04-2010', '10:57 AM'); threads[2] = new thread(20298, '( حٍّمًـِِّـِِّآمً زٍُآجًِْل لرٌٍسٌِِّـِِّآئلنْـِِّـِِّآ آلخٌِ ـِِّـِِّآصٍْهٍَ )', 'انين الصمت', '09-02-2010', '05:06 AM');