Wind Child
Назад до книги
Wind Child
Є в наявності
ISBN:
9780060249038
Наявність:
Є в наявності
Автор
Shirley Rousseau Murphy
Вік
3 - 6
Видавництво
Harper Collins
Кіл-ть сторінок
30
Рік видання
1999
Розмір
28.6 x 2.5 x 22.2
Формат
Hardcover
Вага
0.20kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу Wind Child
Unaware of her unusual parentage, Resshie grows up restless and longing to know the secrets of the wind and she uses her extraordinary ability as a weaver to help her achieve her dream Не знаючи свого незвичайного походження, Реші зростає неспокійною та прагне пізнати таємниці вітру, і вона використовує свої надзвичайні здібності ткаля, щоб допомогти їй досягти своєї мрії.
Інші книги автораShirley Rousseau Murphy
Wind Child
Рецензії про книгу Wind Child (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']);
}
}
});
});
//-->