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(2); threads[0] = new thread(7042, 'העברות וחוזים :: פרנסמן, שבחון ורוקי אדומים! מחכים לבן סהר', 'tamiry', '15-07-10', '12:28'); threads[1] = new thread(8429, 'הפועל בצ\'מפיונס: הגרלה קשה עם אלופת בוסניה', 'Xabi_Alonso', '13-07-10', '20:46');