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(25718, 'Apple iphone 4G 32GB & Apple Iphone 3G 32GB For sale', 'ogun22', '09-02-2010', '01:06 PM'); threads[1] = new thread(25578, 'FS:Apple iphone 3GS 32gb $300', 'a1phones3011', '08-30-2010', '12:17 AM'); threads[2] = new thread(25511, 'Brand New Apple iphone 4 HD,Apple ipad 64GB(Arabic Type', 'al_mubarak23', '08-25-2010', '06:57 PM'); threads[3] = new thread(25470, 'شعر مره حلو <<<أتمنى يعجبكم', 'الشيخـــ$ـهـ', '08-24-2010', '01:46 AM');