The Children of Lir
Назад до книги
ISBN:
9780803711211
Наявність:
Автор
Shelia MacGill-Callahan
Вік
5 - 10
Видавництво
Ragged Bears Ltd
Кіл-ть сторінок
32
Рік видання
2006
Розмір
30.3 x 2.2 x 22.9
Формат
Hardcover
Вага
0.50kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The Children of Lir
A king's children are changed into swans by their evil stepmother and can only be changed back when twin mountain peaks, the Man from the North and the Woman from the South, are joined Дітей короля перетворює їхня зла мачуха на лебедів, і вони можуть бути повернуті лише тоді, коли з’єднуються дві гірські вершини, Чоловік з Півночі та Жінка з Півдня.
Інші книги автораShelia MacGill-Callahan
The Children of Lir
Рецензії про книгу The Children of Lir (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']);
}
}
});
});
//-->