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(6); threads[0] = new thread(2307, 'ورود به دور دوم تلویزیون گوگل', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۷ قبل از ظهر'); threads[1] = new thread(2306, 'با پلك زدن كليك كنيد!', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۶ قبل از ظهر'); threads[2] = new thread(2305, 'وقتی یک موز به تلفن تبدیل می شود', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۵ قبل از ظهر'); threads[3] = new thread(2304, 'كنترل دستگاه*هاي الكتريكي با پارچه*هاي جادويي', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۲ قبل از ظهر'); threads[4] = new thread(2303, 'ساخت کوچکترين مدار الکترونيکي جهان', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۱ قبل از ظهر'); threads[5] = new thread(2302, 'تبلتی از آسمان برای کودکان فقیر', 'kambiz', '۲۸ دي ۱۳۹۰', '۱۲:۲۰ قبل از ظهر');