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(23393, 'Она хочет кота', 'Женёёк', '07.09.2010', '11:37'); threads[1] = new thread(23391, 'Revo Uninstaller Pro', 'Тёмыч', '07.09.2010', '11:03'); threads[2] = new thread(23390, 'Куплю ноутбук!', 'Тёмыч', '07.09.2010', '10:33'); threads[3] = new thread(23389, 'Сдаётся 3-х комнатная квартира.', 'Lia', '07.09.2010', '01:02'); threads[4] = new thread(23388, 'Вопрос по цене квартиры', 'Vovan028', '06.09.2010', '23:41'); threads[5] = new thread(23385, 'Продам ботинки', 'TER', '06.09.2010', '22:04'); threads[6] = new thread(23384, 'Продам коммуникатор SAMSUNG i710', 'DedushkaAu', '06.09.2010', '19:32'); threads[7] = new thread(23382, 'Продам Баян', 'DockerT34', '06.09.2010', '14:54'); threads[8] = new thread(23381, 'Продается детский велосипед "Салют"', 'user', '06.09.2010', '12:20'); threads[9] = new thread(23380, 'C&C Generals ZH', 'Crustman', '06.09.2010', '12:13'); threads[10] = new thread(23379, 'Продам автомобиль Fiat Doblo', 'Medicate', '06.09.2010', '09:25'); threads[11] = new thread(23378, 'Что это было???', 'Igor', '05.09.2010', '22:17'); threads[12] = new thread(23377, 'Продам холодильник', 'DockerT34', '05.09.2010', '21:29'); threads[13] = new thread(23375, 'Продам багажник от мотоцикла ИЖ', 'lesh_ka', '05.09.2010', '18:31'); threads[14] = new thread(23374, 'Продам АВТО', 'Александр_', '05.09.2010', '17:15');