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(15); threads[0] = new thread(141, 'קשרו את הילדות כדי לצאת מהבית', 'מאמא', '08-09-2009', '16:52'); threads[1] = new thread(121, 'כללי התנהגות באינטרנט', 'שחר', '06-22-2009', '00:07'); threads[2] = new thread(161, 'רעיון מדליק לאירוע בר מצווה', 'boliz', '09-27-2009', '09:11'); threads[3] = new thread(105, 'בדיקות הריון נפוצות', 'שחר', '06-20-2009', '19:56'); threads[4] = new thread(82, ' עשרה דברים שכדאי לדעת לגבי הנקה', 'שחר', '06-19-2009', '19:11'); threads[5] = new thread(206, 'הזמנה למסע', 'גילי בן משה', '03-10-2010', '16:14'); threads[6] = new thread(209, 'איך ללמד תינוקת בת תשעה חודשים להירדם לבד', 'rodbar', '03-22-2010', '15:10'); threads[7] = new thread(220, 'שומרים על ילדנו בעזרת מצלמה נסתרת', 'liati770', '06-07-2010', '11:10'); threads[8] = new thread(130, 'זן ואומנות ארגון ילד בבוקר', 'dror', '06-22-2009', '02:28'); threads[9] = new thread(151, 'חוזר משרד החינוך מטפל באלימות בבתי ספר', 'dror', '08-28-2009', '12:37'); threads[10] = new thread(97, 'עשר עצות שיבטיחו שילדיכם ישתמשו בסמים', 'שחר', '06-20-2009', '14:22'); threads[11] = new thread(217, 'בילוי בכנרת', 'billi_b', '05-16-2010', '12:06'); threads[12] = new thread(200, 'בית-ספר "מרחב"', 'מרחב', '02-28-2010', '15:54'); threads[13] = new thread(11, 'זוכרים את הפתיח של קו אונידין ?', 'erez', '05-22-2009', '12:28'); threads[14] = new thread(6, 'ג\'קוזי לא מרגיע בכלל', 'erez', '05-22-2009', '11:18');