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(14433, 'Interviu reusit 02.02.2016', 'sdigola', '02-10-2016', '08:57 AM'); threads[1] = new thread(14432, 'Diploma Personal Trainer', 'Gigeluss', '02-07-2016', '12:17 AM'); threads[2] = new thread(14431, 'Zboruri Bucuresti Amsterdam', 'Musashi', '01-12-2016', '08:03 AM');