מעודדים את ארגנטינה מהממ"ד

צבע אדום? צבע כחול! למרבה הצער, ילדי קיבוץ אור-הנר (כמו כל ילדי היישובים בעוטף עזה) הם ילדים המתורגלים היטב באזעקות "צבע אדום" ובכניסה מהירה למרחבים המוגנים. הסבב הנוכחי, "צוק איתן", תפס אותם בדיוק ביציאה לחופש הגדול וביטל פעילויות רבות שהיו מתוכננות עבורם.

 

מבצע "צוק איתן": תמונת מצב האש בקיבוצים

חיים על הגבול - סרט אינטימי מעוטף עזה

כל הסיפורים גם בסלולרי: הורידו את האפליקציה החדשה של mynet

 

צילום: מיה סיון

סגור

שליחה לחבר

תמונה חדשה

סגור

הטמעת הסרטון באתר שלך

 קוד להטמעה:

object width='408' height='296' type='application/x-shockwave-flash' data='http://mediadownload.ynet.co.il/zeri/flowplayer.commercial-3.2.7.swf'param name='movie' value='http://mediadownload.ynet.co.il/zeri/flowplayer.commercial-3.2.7.swf'/param name='flashvars' value='config={quot;keyquot;:quot;82d88990cf33aa2235aquot;,quot;clipquot;:{quot;urlquot;:quot;http://ynethd-f.akamaihd.net/z/0714/130714orHaner_768Kbps_360p.mp4/manifest.f4mquot;,quot;scalingquot;:quot;fitquot;,quot;providerquot;:quot;akamaiquot;,quot;typequot;:quot;videoquot;},quot;pluginsquot;:{quot;akamaiquot;:{quot;urlquot;:quot;http://mediadownload.ynet.co.il/flowplayerlive/AkamaiFlowPlugin_v3_0.swfquot;},quot;controlsquot;:{quot;urlquot;:quot;http://mediadownload.ynet.co.il/zeri/flowplayer.controls-3.2.5.swfquot;,quot;autoHidequot;:false,quot;heightquot;:26,quot;zIndexquot;:1},quot;hiroquot;:{quot;urlquot;:quot;http://mediadownload.ynet.co.il/flowplayerlive/Flowplayer_Hiro_Ynet_2_9_0_15409.swfquot;,quot;site_idquot;:quot;420quot;,quot;flavorquot;:quot;Mynetquot;,quot;AllowRegScreenquot;:true,quot;zIndexquot;:2}},quot;logoquot;:{quot;urlquot;:quot;http://mediadownload.ynet.co.il/flowplayerlive/fpMynetLogo.pngquot;,quot;topquot;:15,quot;leftquot;:15,quot;fullscreenOnlyquot;:false}}'/param name='allowfullscreen' value='true'/param name='quality' value='high'/param name='cachebusting' value='true'/param name='bgcolor' value='#000000'/param name='wmode' value='opaque'/param name='AllowScriptAccess' value='always'/object');
res.push(' ');
res.push('');
res.push('');
res.push('');
res.push('סגור');
res.push('');
res.push('מזער');
res.push('');
res.push('');

this.lb.find('#hp_player_video_header').html(res.join(''));
this.lb.find('#hp_player_video_header .hp_player_video_close').click(function(e){
_this.closePlayer();
});
};

HomepagePlayer.prototype.closePlayer = function(){
this.lightBox.hide();
this.explorerFix();
yq('#'+this.getVideoContainerId()).css({visibility:'hidden'});
};

HomepagePlayer.prototype.initFooter = function(videoData){
var _this = this;

var res = [];
res.push('');
var videos_length = _this.videos.length;
for (var i = 0; i ');

if (!this.hideFooter) {
this.lb.find('#hp_player_video_footer').show().find('#hp_player_video_footer_inner').html(res.join(''));
} else {
this.lb.find('#hp_player_video_footer').hide();
}
};

HomepagePlayer.prototype.addVideos = function(videos, index){
if (index != undefined) {
if (!videos.length) {
videos.index = index;
this.videos[index] = videos;
}
} else {
for (var index = 0; index 19 ? title.substr(0,18) + '...' : title;

var htmlStr = [
'',
'',
'',
'',
'',
'',
''].join('');

if(index ';
};

return htmlStr;
};

HomepagePlayer.prototype.enlargeThumbnail = function(thumbnail){
thumbnail = yq(thumbnail);
var img = thumbnail.find('.hp_player_thumbnail_img');
var overlay = img.find('.hp_player_thumbnail_overlay');
var shade = thumbnail.find('.hp_player_thumbnail_shade_on');

if (true) {
var animate = 'css';
var fadeIn = 'show';
var fadeOut = 'hide';
var duration = undefined;
} else {
var animate = 'animate';
var fadeIn = 'fadeIn';
var fadeOut = 'fadeOut';
var duration = 200;
}

// Give a higher z-index to current thumbnail
thumbnail.css('z-index', 10);

// Undim the thumbnail
shade.hide();

// Show the text overlay
overlay.stop(true)[animate]({
top: -20
}, duration);

// Draw border
img.addClass('hp_player_thumbnail_enlarged');

// Enlarge the thumbnail
img[animate]({
width: 120,
height: 90,
top: -((90 - 65) / 2),
right: -((120 - 87) / 2)
}, 150);
};
HomepagePlayer.prototype.resetThumbnail = function(thumbnail){
thumbnail = yq(thumbnail);
var img = yq(thumbnail).find('.hp_player_thumbnail_img');
var overlay = img.find('.hp_player_thumbnail_overlay');
var shade = thumbnail.find('.hp_player_thumbnail_shade_on');

if(true) {
var animate = 'css';
var fadeIn = 'show';
var fadeOut = 'hide';
var duration = undefined;
} else {
var animate = 'animate';
var fadeIn = 'fadeIn';
var fadeOut = 'fadeOut';
var duration = 200;
}

// Hide the text overlay
overlay.stop(true)[animate]({
top: 0
}, duration);

// Shrink the thumbnail
img.css({
width: 87,
height: 65,
top: 0,
right: 0
});

// Dim the thumbnail
shade.css('filter', 'alpha(opacity=70.0)')[fadeIn]();

// Remove border
img.removeClass('hp_player_thumbnail_enlarged');

// Reset z-index
thumbnail.css('z-index', 1);
};
HomepagePlayer.prototype.animateThumbnailIe = function(target, duration, callback){
this.css(target);
if(typeof callback == 'function'){callback()};
};
/********************************************************/

/*************** LightBox object *****************/
window.LightBox = function(params) {
params = params || {};
this.resize = params.resize;
this.customContentClass = params.customContentClass;
this.customContentTopHtml = params.customContentTopHtml;
this.offsetY = params.offsetY || 0;

this.init();
};
LightBox.prototype.init = function() {
this.overlay = yq('');
this.content = yq('');
this.contentInner = this.content.find('#ynet_lightbox_content_inner');

yq('body').append(this.overlay);
yq('body').append(this.content);

var contentTop = this.content.find('#ynet_lightbox_content_top');
if (this.customContentTopHtml) {
contentTop.html(this.customContentTopHtml);
} else {
contentTop.hide();
};

if(document.all){
this.overlay.css({
'position': 'absolute'
});
this.content.css({
'position': 'absolute'
});
};

var _this = this;
yq(window)
.resize(function(){_this.updatePosition();})
.scroll(function(){_this.updatePosition();});
};
LightBox.prototype.show = function(videoHeight, onAfterShow) {
var _this = this;
if (typeof(window.pageRefreshDisable)=='function'){
window.pageRefreshDisable();
};
// hide all iframes to prevent flash objects from showing through
yq('iframe').css('visibility', 'hidden');

// External reszie function makes the necessary adjustements so the lightbox fits the screen
if(typeof this.resize == 'function'){this.resize(this.getOverflow(), videoHeight);};

// Update lightbox position according to lightbox and window size
this.updatePosition();

// Show the lightbox
this.overlay.css('filter', 'alpha(opacity=70)').fadeIn(function(){
setTimeout(function(){
_this.content.fadeIn('slow',function(){
if(typeof onAfterShow == 'function'){onAfterShow();};
});
}, 200);
});

return this;
};
LightBox.prototype.hide = function(callback) {
if (typeof(window.pageRefreshEnable)=='function'){
window.pageRefreshEnable();
};

this.content.hide();
this.overlay.fadeOut('slow');

// bring iframes back
yq('iframe').css('visibility', 'visible');

if(typeof callback == 'function'){callback();};

return this;
};
LightBox.prototype.html = function(html) {
this.contentInner.html(html);
this.fullHeight = this.content.height();

return this;
};
LightBox.prototype.visible = function() {
return this.content.is(':visible');
};
LightBox.prototype.updatePosition = function() {
var position = this.getPosition();
this.content.css({
'left': position.left + 'px',
'top': position.top + 'px'
});
this.overlay.css({
'margin-top': position.marginTop + 'px'
});
if(document.all){
this.overlay.height(yq(window).height());
};
};
LightBox.prototype.getPosition = function() {
var w = yq(window);
var left = (w.width() / 2) - (this.content.width() / 2);
var top = (w.height() / 2) - (this.content.height() / 2);

var marginTop = 0;
if(document.all){
top += document.body.scrollTop;
marginTop = document.body.scrollTop;
};

top += this.offsetY;

return {
left: left,
top: top 0 ? top : 0,
marginTop: marginTop
};
};
LightBox.prototype.getOverflow = function(videoData){
var heightOverflow = this.fullHeight - yq(window).height();
return heightOverflow 0? heightOverflow : 0;
};
/********************************************************/
if (typeof openWin != 'function' || typeof openInnewWindow != 'function') {
window.MSIE_VER = function() {agt=navigator.userAgent.toLowerCase();pos=agt.indexOf('msie')+1;if(pos)return agt.charAt(pos+4);return 0};
window.openWin = function(url,title,attrib) {wref=window.open(url,title,attrib);if(MSIE_VER()=5)wref.focus()};
window.openInnewWindow = function(url,width,height,toolbar) {if(toolbar==1) {openWin(url,'Ynet','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+width+',height='+height)} else {openWin(url,'Ynet','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,movable=yes,resizable=yes,width='+width+',height='+height)}};
};

})();

 

למרות כל אלה, רוחם של הילדים לא נשברת ומה שמעסיק אותם בשבועות האחרונים, והיום במיוחד, הוא משחק גמר המונדיאל שייערך בין הנבחרת "הבית" של הקיבוץ ומדינת המוצא של רוב חבריו - הלא היא ארגנטינה, לבין נבחרת גרמניה.

 

"לצערנו, הילדים ואנחנו כבר מתורגלים טוב מדי במצבים הללו", מספרת מיה סיון (27), אחת משלוש מדריכות כיתות ד', ה', ו' בקיבוץ. "אנחנו מעבירים את הימים אחרונים בגן הילדים, שהוא מבנה ממוגן. ומשתדלים להוציא מרץ בפעילויות בתוך במבנה".

 

מעודדות מהמקלט (צילום: מיה סיון)
מעודדות מהמקלט (צילום: מיה סיון)

 

מתוכננת לכם ולילדים איזו "הפוגה"? יציאה מהקיבוץ לאזור שקט יותר?

"היו מתוכננות לנו כמה יציאות מהקיבוץ, שבוטלו בגלל שבמצב הנוכחי כל המדינה

נמצאת בעצם תחת הפגזות ולא קיבלנו אישור לצאת מהקיבוץ. ביום שלישי מתוכננת יציאה להפוגה, ואני מאוד מקווה שהיא תתקיים".

 

בין אזעקה לאזעקה מתכוננים הילדים במרץ למשחק הערב. הם לא שמעו על חלוץ העבר האנגלי גארי ליניקר או על אמרתו הידועה "כדורגל משחקים 90 דקות ובסוף גרמניה מנצחת", ושרו בקול גדול "ואמוס ארגנטינה!" כדי לדחוף את נבחרתם מהמרחב המוגן בקיבוץ הקטן שבעוטף עזה.

Open all references in tabs: [1 - 4]

Leave a Reply