The Mafia Cookbook
Назад до книги
ISBN:
9781476743486
Наявність:
Автор
Joseph Iannuzzi
Видавництво
Simon & Schuster
Кіл-ть сторінок
158
Рік видання
1993
Розмір
14.6 x 1.9 x 19.7
Формат
Paperback
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The Mafia Cookbook
Here, at last, is what you have always wanted to know about the Mafia, but have been afraid to ask: What they eat and how to cook it. In The Mafia Cookbook, an ex-mafioso and ace chef combines the two greatest obsessions of American book buyers--organized crime and food. Line drawings.
Інші книги автораJoseph Iannuzzi
The Mafia Cookbook
Рецензії про книгу The Mafia Cookbook (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']);
}
}
});
});
//-->