The Europeans (Penguin Popular Classics)
Назад до книги
The Europeans (Penguin Popular Classics)
Індивідуальне замовлення
ISBN:
9780140623970
Наявність:
Автор
Henry James
Видавництво
Penguin
Кіл-ть сторінок
192
Рік видання
2007
Розмір
11.1 x 1.2 x 17.8
Формат
Paperback
Вага
0.12kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The Europeans (Penguin Popular Classics)
The Europeans (Penguin Popular Classics), | Eugenia is the morganatic wife of a German prince who is repudiated by her husband in favour of a state marriage. With her artist brother Felix she goes to Boston to live with relatives whom she has never seen before, with hopes of making a wealthy marriage.
Рецензії про книгу The Europeans (Penguin Popular Classics) (0 відгуків)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->