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(453162, 'Problem z kolorem włosów', 'xXcandieXx', '2010-07-30', '11:42'); threads[1] = new thread(453064, 'prosba o pomoc-jaki kolor?', 'amiki', '2010-07-30', '06:15'); threads[2] = new thread(453056, 'Co zrobić z tych włosów? obciąć?', '@mik@', '2010-07-30', '00:13'); threads[3] = new thread(452951, 'Włos', 'Disnejova', '2010-07-29', '18:09'); threads[4] = new thread(452937, 'Blond-brąz spiera sie na rudy .', 'scooby0', '2010-07-29', '17:15'); threads[5] = new thread(452921, 'Brąz?', 'PannaMarcia', '2010-07-29', '16:45'); threads[6] = new thread(452913, 'wypadanie wlosow', 'madziuniaaaaa', '2010-07-29', '16:33'); threads[7] = new thread(452684, 'Z brunetki na blondynkę?????', 'Lovely Bebe', '2010-07-28', '20:47'); threads[8] = new thread(452674, 'Jak myślicie, czy fryzjerzy dezynfekują grzebienie i szczotki?', 'spice1985', '2010-07-28', '20:22'); threads[9] = new thread(452638, 'chciałam blond, uzyskałam rudy.', 'Sanuuus', '2010-07-28', '18:56'); threads[10] = new thread(452619, 'Złapanie koloru, da radę??', 'Monx', '2010-07-28', '18:08'); threads[11] = new thread(452588, 'ametystowa dolina wellaton', 'mahonka', '2010-07-28', '16:41'); threads[12] = new thread(452536, 'Two Tone Hair Color', 'mangusta87', '2010-07-28', '14:36'); threads[13] = new thread(452483, 'Fioletowe pasemko', 'malszumska', '2010-07-28', '12:49'); threads[14] = new thread(452410, 'Ciemnobrązowe na rude', 'roksana9123', '2010-07-28', '09:13');