Dark Matter: A Novel
Назад до книги
ISBN:
9781101904220
Наявність:
Автор
Blake Crouch
Видавництво
Ballantine Books Inc
Кіл-ть сторінок
342
Рік видання
2016
Розмір
16.4 x 2.8 x 24.2
Формат
Hardcover
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу Dark Matter: A Novel
From the bestselling author Blake Crouch, Dark Matter is a mind-bending thriller about choices, paths not taken, and how far we’ll go to claim the lives we dream of. Від автора бестселерів Блейка Крауча «Темна матерія» — це карколомний трилер про вибір, шляхи, які ми не обрали, і те, як далеко ми підемо, щоб вимагати життя, про яке мріємо.
Інші книги автораBlake Crouch
Dark Matter: A Novel
Рецензії про книгу Dark Matter: A Novel (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']);
}
}
});
});
//-->