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(4); threads[0] = new thread(615601, 'جرب تضحك معانا تشكيلة نكت رائعة 2015', 'احمد العرايشى', '2015-04-01', '12:30'); threads[1] = new thread(615335, 'أتحداك ألا تضحك مع هذه النكت لملاهاش حل', 'sadik17', '2015-03-27', '22:36'); threads[2] = new thread(615068, 'أقوى وأجمل فوازير 2015 مع حلها', 'أحمد مصطفى البسيونى', '2015-03-20', '23:36'); threads[3] = new thread(614807, 'نكت 2015 تموت من الضحك متنوعه جدا', 'حسن 55', '2015-03-15', '12:02');