/* Способ использования: */ var archives=[]; function draw_archives() { for(var i in archives) { document.writeln(""+archives[i].title+"
" ); } } archives[0]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=06','title':'Червень, 2026 рік'} archives[1]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=05','title':'Травень, 2026 рік'} archives[2]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=04','title':'Квітень, 2026 рік'} archives[3]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=03','title':'Березень, 2026 рік'} archives[4]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=02','title':'Лютий, 2026 рік'} archives[5]={'url_show_details':'http://ebooks.znu.edu.ua/index.php?action=search_advanced_ajax&date_created_year=2026&date_created_month=01','title':'Січень, 2026 рік'} draw_archives();