Skaitytos knygos
-
Pagrindinis
-
Skaitytos knygos
XXI amžiaus lietuvių dramaturgija - sud. Martišiūtė-Linartienė Aušra, Šabasevičienė Daiva
1.0000 ..
66791
Maidano dienoraštis - Kurkov Andrej
1.0000 ..
66790
Phantom Horse - Pullein-Thompson Cristine
1.0000 ..
66789
Cranach - Viorica Guy Marika
1.0000 ..
66788
Pavasarių audroj. Be tėvo - Simonaitytė Ieva
1.0000 ..
66787
Raistai. Romanas - Konwicki Tadeusz 1926-2015
1.0000 ..
66785
Rudens skerdikas. Romanas - Sveistrup Soeren
1.0000 ..
66784
Ledi Pank. Romanas - Chidolue Dagmar
1.0000 ..
66783
Varpas Nr. 1-12 / Faksimilinis leidinys - parengė Raguotis Bronius
1.0000 ..
66782
Čelovek sredi avtomatov - Zotov Boris
1.0000 ..
66781
Moters kalendorius 1976 - sudarytojos: S. Griciuvienė ir M. Staskevičienė
1.0000 ..
66780
Kad skleistųsi žiedai balti - Prialgauskaitė-Želvienė Irena / su AUTOGRAFU
1.0000 ..
66778
Vasarynas. Almanachas 2009 - Kūlgrindos klubas
1.0000 ..
66777
Lėkimas virš žemės. Almanachas - Rinktinė, sudarytojas Juozas Žitkauskas
1.0000 ..
66776
Pavėluotas stebuklas. Apybraižos - Žemkauskas Petras
1.0000 ..
66775
Kas mes? Eilės apie dabar ir seniau - Žemkalnis Jonas / Landsbergis Vytatas
1.0000 ..
66774
Krokodilas. Apysaka ir humoreskos - Markevičius Anelius
1.0000 ..
66773
Gyvenimas kaip vėjo gūsis. Rinktinė - sudarytojas Hubertas Smilgys
1.0000 ..
66772
Kartų šviesa. Proza ir poezija - Gedvila Petras, Rapkauskas Gediminas, Gedvilaitė-Rapkauskienė Elena
1.0000 ..
66771
Marčiupys. Kūrybos rinktinė - sudarytoja Audronė Berezauskienė
1.0000 ..
66770
Broliukai nykštukai - Samulevičienė Stasė
1.0000 ..
66769
Kai skleidžiasi papirusas - Vaičiūnaitė Judita
1.0000 ..
66768
Molėtai 1937-2007. Albumas - Molėtų krašto muziejus
1.0000 ..
66767
Krintančių kaukių sodai. Sugrįžimai į Sodomą ir Gomorą - Švedas Leonas
1.0000 ..
66766
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// });
// // Format product filter box
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'list');
// } else {
// $('.items__list').attr('class', 'items__grid items__grid--products ');
// var loop = 1;
// $('.items__grid.items__grid--products > div.itemWrapper').each(function(index, element) {
// $(element).removeClass();
// $(element).addClass('itemWrapper mgrid2 tgrid3 grid4 itemWrapper--spacing');
// html = '
';
// // item__imageWrapper
// var image = $(element).find('.item__imageWrapper').html();
// if (image != null) {
// html += '
' + image + '
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// if ((loop % 2) == 0) {
// html += '
';
// }
// if ((loop % 3) == 0) {
// html += '
';
// }
// if ((loop % 4) == 0) {
// html += '
';
// }
// loop++;
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// // $(element).html(html).fadeIn();
// });
// // Format product filter box with JS
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'grid');
// }
// }
// view = $.cookie('display');
// if (view) {
// display(view);
// } else {
// // display('grid');
// // }
//-->