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(247, 'לחתל בטבעיות', 'אורסי', '09-02-2010', '09:47'); threads[1] = new thread(246, 'ילד בן 7 מתקשה להירדם לבד', 'ifat_st', '08-16-2010', '12:50'); threads[2] = new thread(245, 'מטפלת מסורה ואחראית בפ"ת', 'נטליש', '08-06-2010', '02:19'); threads[3] = new thread(244, 'מטפלת מסורה ואחראית', 'נטליש', '08-06-2010', '02:13');