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(1230, 'Хароктеристики убийцы', 'Keda200Pony', '06.09.2010', '06:11'); threads[1] = new thread(1232, 'кв шпионские страсти', 'Keda200Pony', '06.09.2010', '05:58'); threads[2] = new thread(1118, 'Гайд Полкаводец', 'Cherberrr', '06.09.2010', '05:23'); threads[3] = new thread(1119, 'Сравнение Всадника и Джагернаута.', 'elciel', '06.09.2010', '02:02'); threads[4] = new thread(1233, 'Жрец союза', 'shikalakabum', '05.09.2010', '23:49'); threads[5] = new thread(1234, 'Титаны', 'MarikaDeGriz', '05.09.2010', '22:04'); threads[6] = new thread(1237, 'Гладиус', 'MarikaDeGriz', '05.09.2010', '22:01'); threads[7] = new thread(1210, 'Для наций и их гильдий.', 'MarikaDeGriz', '05.09.2010', '21:50'); threads[8] = new thread(1211, 'набор в гильдию Резистанс', 'feniksss', '05.09.2010', '21:45'); threads[9] = new thread(1224, 'Спешащяя душа', 'estazu', '05.09.2010', '21:18'); threads[10] = new thread(1236, 'Доспех огненного сердца', 'Pithecantrop', '05.09.2010', '19:34'); threads[11] = new thread(1215, 'Творческий конкурс "В мире животных"', 'alisenokmouse', '05.09.2010', '15:34'); threads[12] = new thread(1156, 'Анекдоты про Пандору', 'Ghost3r', '05.09.2010', '09:42'); threads[13] = new thread(1209, 'Танк Королевства...', 'Ghost3r', '05.09.2010', '09:27'); threads[14] = new thread(814, 'Жалобы на игроков', 'Mythical', '05.09.2010', '00:42');