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(877476, 'Codzienna pielęgnacja - czy robię to dobrze?', 'my_vampiree', '2016-03-30', '22:51'); threads[1] = new thread(877156, 'Pogorszenie cery, wypryski na policzkach', 'WhySoSerious', '2016-03-30', '14:15'); threads[2] = new thread(876686, 'Peeling do twarzy do codziennego użytku?', 'ilovesleepx', '2016-03-29', '15:36'); threads[3] = new thread(876336, 'Odżywka do rzęs ze szczoteczk±.', 'kamcia_20', '2016-03-28', '20:56'); threads[4] = new thread(876301, 'Widoczne pory przy nosie, twarz różowieje po posmarowaniu kremem', 'Ravbery', '2016-03-28', '19:39'); threads[5] = new thread(875836, 'Purlés', 'anioleq82', '2016-03-27', '18:33'); threads[6] = new thread(875571, '♂ depilacja granica z udami', 'deadpool', '2016-03-26', '18:20'); threads[7] = new thread(875406, 'przesuszona skóra nic nie pomaga', 'halucynogenna', '2016-03-26', '09:50'); threads[8] = new thread(875401, 'Pełno przebarwień.', 'Aler', '2016-03-26', '09:28'); threads[9] = new thread(875181, 'Przeciwzmarszkowa pielęgnacja letnia', '_Mikser_', '2016-03-25', '13:54'); threads[10] = new thread(875176, 'Krem/serum z retinolem. ...poradĽcie.', '_Mikser_', '2016-03-25', '13:48'); threads[11] = new thread(875126, 'Maska - cera tłusta i bardzo wrażliwa', 'Cherry_89', '2016-03-25', '12:35'); threads[12] = new thread(875116, 'Karboksyterapia', 'Aneczka2016', '2016-03-25', '11:50'); threads[13] = new thread(874966, 'Fotonowy masażer ultradĽwiękowy', 'Insonne', '2016-03-24', '23:07'); threads[14] = new thread(874866, 'Elektrokoagulacja - prosaki', 'Selavie', '2016-03-24', '17:39');