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(4224, 'Aktywizacja studentów :)', 'hero08', '01-09-10', '20:34'); threads[1] = new thread(4223, '2 lata w jeden rok...', 'MagdaKing', '01-09-10', '18:37'); threads[2] = new thread(4222, 'Sprzedam ksiązki HNA, NA, NSK,TS (I rok)', 'karolina751', '01-09-10', '17:00'); threads[3] = new thread(4221, 'Sprzedam książki dla I roku', 'juney', '01-09-10', '11:36'); threads[4] = new thread(4220, 'Seminarium z Gospodarki Nieruchomościami', 'gagatek', '30-08-10', '08:48'); threads[5] = new thread(4219, 'Dr. Natalia Dudzińska-Korczak', 'hero08', '29-08-10', '13:42'); threads[6] = new thread(4218, '[Sprzedam] KSOP, HA, NA, WDP', 'emilka045', '29-08-10', '12:43'); threads[7] = new thread(4217, 'Darmowy hosting', 'Konrad.W', '27-08-10', '18:32'); threads[8] = new thread(4216, '[DO WYNAJĘCIA] Ugorek, pokój 1-dno osobowy', 'Rick', '27-08-10', '13:13'); threads[9] = new thread(4215, '[Sprzedam] PSA, Efekt Lucyfera, Psychologia społeczna', 'paulinack', '26-08-10', '12:01'); threads[10] = new thread(4214, 'podanie o warunek - pytanie', 'MaciekM', '24-08-10', '17:26'); threads[11] = new thread(4213, 'Wolontariusze poszukiwani - Krakowskie Wybory 2010', 'Konrad.W', '20-08-10', '18:38'); threads[12] = new thread(4211, 'niepodejście do egzaminu', 'poziomka', '12-08-10', '20:07'); threads[13] = new thread(4210, 'Warunek od 50pkt - pytanie', 'MaciekM', '10-08-10', '18:41'); threads[14] = new thread(4209, 'Pytania nowych studentów, czyli wszystko co dotyczy administracji na WPIA :)', 'Tomrac', '07-08-10', '15:04');