: , , , , , , , , и
Театр

< 1/4 >
‘Family Ties’ 2019 >>
In Four Stories
Soap by Lu Xun
Storyteller: Shirley Gal
A Dog- Bridegroom
based on Yōko Tawada
Storyteller: Ronen Babluki
Family Ties by Clarice Lispector
Joint Reading
Son, Daughter, Child
based on Kjell Askildsen
Storyteller: Adi Meirovitch
An old man happens to meet his daughter in the street, a young woman riding a taxi with her mother, a man brings a pack of soap as an unexpected gift to his wife, a sleepy suburban teacher tells her pupils a legend that worries their mothers – small incidents crack systems of proximity, control, loathing and love.
Created by: Ruth Kanner and the group’s actors Shirley Gal, Adi Meirovitch, Ronen Babluki, Tali Kark | Ideas Development: Yair Vardi | Design: Kinneret Kisch | Family Dinner Soundtrack: Avshalom Ariel | Image: Ruth Gvili | Translations: Soap, translation: Amira Katz; A Dog- Bridegroom – based on Yōko Tawada, translation and adaptation: Ronen Babluki; Son, Daughter, Child – based on “Thomas F’s Last Notes to the Public”, by Kjell Askildsen, translation: Dana Caspi; Family Ties, translation: Miriam Tivon | Graphic Design: Ohad Hadad | Production: Yair Vardi | Group Management: Shira Yovel
$(function () {
$('.play-item').css('display', 'none').each(function () {
$(this).children('p: last').addClass('last');
});
$('.content p: last').addClass('last');
if ($('.gallery img').length == 1) {
$('.gallery.nav').css('display', 'none');
}
setTimeout(function () {
$('.gallery').cycle({
fx: 'fade', timeout: 4000, speed: 2000, cleartypeNoBg: true, next: '.next', prev: '.previous', before: beforeCycle, pause: true,
fit: 1, height: '250px'
}, 100);
$('.gallery img').click(function () {$('.gallery').cycle('next');});
$('.toggle a').click(function () {
var toggled = $(this).parent().next().toggle();
//$(this).children('span').html($(toggled).is(': visible')? '>>': '<<');
return false;
$(".play-nav a.fancybox").click(function () {
$.fancybox({
'padding': 0,
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'title': this.title,
'width': 680,
'height': 495,
'href': this.href.replace(new RegExp("watch\\? v=", "i"), 'v/'),
'type': 'swf',
'swf': {
'wmode': 'transparent',
'allowfullscreen': 'true'
function beforeCycle(currentSlide, nextSlideElement) {
$('.nav.index').html(($(nextSlideElement).index() + 1) + '/' + $('.gallery img').length);
var margin = ($(nextSlideElement).parent().width() — $(nextSlideElement).width()) / 2 + 'px';
$(nextSlideElement).css('padding-left', margin);