<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
<META name="robots" content="ALL">
<META name="rating" content="SAFE FOR KIDS">
<META name="distribution" content="GLOBAL">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META name="author" content="Meydata Advanced Internet Technologies">
<LINK href="/incFiles/images/logo.ico" rel="shortcut icon">
<LINK REL="stylesheet" TYPE="text/css" HREF="/lcAdminML/appScripts/balloontip.css">
<LINK REL="stylesheet" type="text/css" href="/lcAdminML/appScripts/calpopup.css">
<LINK REL="stylesheet" type="text/css" href="/lcAdminML/appScripts/imageScript/css/prettyPhoto.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="style.css">
<LINK rel="alternate" type="application/rss+xml" href="/adminML/getRSSFeed.asp?CID=mazkirutrss" title="הודעות מזכירות-מנוף">
<LINK rel="alternate" type="application/rss+xml" href="/adminML/getRSSFeed.asp?CID=vadotrss" title="הודעות מהוועדות השונות-מנוף">
<LINK rel="alternate" type="application/rss+xml" href="/adminML/getRSSFeed.asp?CID=944" title="הודעות מהפורומים-מנוף">
<LINK rel="alternate" type="application/rss+xml" href="/adminML/getRSSFeed.asp?CID=757" title="לוח מודעות-מנוף">
<TITLE>מנוף ישוב קהילתי במשגב</TITLE>
<META NAME="description" CONTENT="">
<META NAME="Keywords" CONTENT="מנוף, משגב, גוש שגב, גליל תחתון, פאבלה">
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/jquery.transform.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/JQSlidesGalery-1.5.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/scrollMsgs.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/balloontip.js"></script><script name="MeyDataScripts" src="/lcAdminML/appScripts/MeyDataLib.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/sideMenu.js"></script><script type="text/javascript" src="/lcAdminML/appScripts/imageScript/js/jquery.prettyPhoto.js"></script></HEAD><SCRIPT LANGUAGE="JavaScript"><!--
var appWin;
 function addToFavorite(){
	if(document.all)
		window.external.AddFavorite("http://www.manoff.org.il","מנוף ישוב קהילתי במשגב")
	else
		window.sidebar.addPanel("מנוף ישוב קהילתי במשגב", "http://www.manoff.org.il","");

}

 function setHomePage(){
		hpl=document.getElementById("setHomePageLink")
		hpl.style.behavior="url(#default#homepage)"; 
		hpl.setHomePage("http://www.manoff.org.il")
}

function initSlideShowParam(){
		imgSrcColl=document.getElementsByName("slideGaleryImgSrc")
		if(imgSrcColl.length>1){
			for(var i=0;i<imgSrcColl.length;i++)
				slideImgsSrcArr[i]=imgSrcColl[i].value
				
			runSlides();
		}
}


--></SCRIPT><BODY TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" bgColor="#d0e2f6">
<TABLE align="center" cellSpacing="0" cellPadding="0" width="100%" class="mainTmplTbl">
<TR><TD class="topBannerParentCell">
<table cellSpacing="0" cellPadding="0" class="topBannerTbl" align="center"><tr>
<td style="text-align:left;width:151" vAlign="top">
<div style="position:relative;top:0;left:0">
<div style="position:absolute;left:0;top:0"><a href="/"><IMG SRC="/incFiles/images/logo.jpg" WIDTH="151" HEIGHT="156" BORDER="0" ALT="מנוף ישוב קהילתי במשגב"></a></div></div>
</td>
<td style="width:739"><IMG SRC="/incFiles/images/topBanner.jpg" class="topBannerImg" ALT="מנוף ישוב קהילתי במשגב"></td>
</tr></table>
</TD></TR>
<TR><TD align="center" class="mainCell">
<table cellSpacing="0" cellPadding="0" bgColor="#f7efda">
<tr><td class="rightMenuParentCell">
<table cellSpacing="0" cellPadding="0" class="rightMenuTbl" align="center">
<tr>
<td style="padding-top:70;text-align:center">
<div><SCRIPT LANGUAGE="JavaScript">
var ajaxXslFileName=""

<!--
var xmlHTTP=null;
function disconnUser(){
	getAjaxLogin("<transLogin disconnect='' />")
}
function getAjaxLogin(pTransXML){
	if(!xmlHTTP)
		var xmlHTTP=getXMLHttpRequestObj(null)
	
	if(ajaxXslFileName=="")
		xmlHTTP.open("POST","/adminML/getAjaxLoginUser.asp",false);
	else{
		
		xmlHTTP.open("POST","/adminML/getAjaxLoginUser.asp?ajaxXslFileName="+ajaxXslFileName,false);

	}
	xmlHTTP.send(pTransXML);
	var respXML=xmlHTTP.responseXML;
	var prevHTML=document.getElementById("loginParentDiv").innerHTML;
	var newHTML=retXMLNodeAsStr(respXML.firstChild);
	//alert(newHTML.search(/<input /i) )
	//alert(prevHTML.search(/<input /i) )
	var refreshDoc=false
	if(pTransXML != "")
		if((newHTML.search(/<input /i) >0  && prevHTML.search(/<input /i)  < 0) || (newHTML.search(/<input /i)  <  0  && prevHTML.search(/<input /i)  > 0)   )
				refreshDoc=true
	
	if(refreshDoc)
		document.location.reload();
	else{
		document.getElementById("loginParentDiv").innerHTML=newHTML
		$("#user-menu").each(function () {
			
			var triggerId = $(this).parent().find(".side-menu-img").attr("id");
			
			var menuId = $(this).attr("id");
			initMenu(triggerId, menuId);
		});
	}
}
function chkIfEnterButt(e){
	if(window.event){
		var keyPress = window.event.keyCode;
		var srcEl = window.event.srcElement;

	}
	else{
		var keyPress = e.which;
		var srcEl = e.target;

	}
	if( srcEl.name.toLowerCase()=="uname" && keyPress==13 )
		document.getElementById("uPwd").focus();
	if( srcEl.name.toLowerCase()=="upwd" && keyPress==13 )
		sysLogin();
	
}
function dispPwdReminder(){
	
	document.getElementById("sysMsgDiv").innerHTML=""
	var pwdRem=document.getElementById("pwdReminderRow")
	if(pwdRem.style.display=="none")
		pwdRem.style.display=""
	else
		pwdRem.style.display="none"
	
}
function sysLogin(){
	
	 getAjaxLogin("<transLogin uName='"+document.getElementById("uName").value+"' uPwd='"+document.getElementById("uPwd").value+"'  ret=''></transLogin>");
	
}

function sendPwdReminder(){
	
	uMail=document.getElementById("uPwdReminder").value
	if(uMail==""){
		alert("יש להזין את כתובת הדאל שלכם בשדה דואל.")
			document.getElementById("uPwdReminder").focus();
									 return(-1);}
		
	if(!isEmail(uMail)){
		alert("כתובת הדוא''ל שהזנת אינה חוקית או מכילה רווחים")
			document.getElementById("uPwdReminder").focus();
									 return(-1);}
	getAjaxLogin("<transLogin uPwdReminder='"+uMail+"' />");
	
}
function isEmail(val){
		
			if (val.length>0) {		
				if (val.indexOf("@")>0 && val.indexOf(".")>0 && val.length>5 && val.indexOf(" ")<=0) 
					return true;
				else
					return false;
			}
	}

--></SCRIPT><div class="loginParentDiv" id="loginParentDiv" style="min-height:70px"></div><SCRIPT LANGUAGE="JavaScript"><!--
$(document).ready(function(){
	 getAjaxLogin("");

 })

--></SCRIPT></div>
</td>
</tr>
<tr>
<td align="center" style="padding-top:15">
<table cellSpacing="0" cellPadding="0">
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=3452">הנהלה</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=3453&amp;OID=11372&amp;DivID=1">אודות ההנהלה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=3453&amp;OID=4861&amp;DivID=1">חברי הנהלה »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=3452&amp;PID=3422">	
										דף הבית הנהלה  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=3437">מזכירות מנוף</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=3438&amp;OID=7057&amp;DivID=1">אודות »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=3437&amp;PID=3422">	
										דף הבית מזכירות מנוף  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4093">ועדת קליטה</a></td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4071">ועדת חינוך</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=5022&amp;DivID=1">אודות הועדה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26417&amp;DivID=1">טפסים »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26405&amp;DivID=1">לוח חופשות תשעב »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26419&amp;DivID=1">מערכת החינוך במנוף- כללי »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26411&amp;DivID=1">עלויות מערכת החינוך »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26415&amp;DivID=1">צהרונים- הסבר ותוכנית שבועית »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=7247&amp;DivID=1">שעות פעילות המערכת »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26413&amp;DivID=1">תפריט שבועי »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4072&amp;OID=26407&amp;DivID=1">טלפונים חשובים »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4071&amp;PID=3422">	
										דף הבית ועדת חינוך  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=3471">ועדת תרבות</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=3472&amp;OID=4631&amp;DivID=1">אודות הועדה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=3472&amp;OID=63951&amp;DivID=1">חמישים פלוס טיול »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=3471&amp;PID=3422">	
										דף הבית ועדת תרבות  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4049">ועדת נוער</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4050&amp;OID=5025&amp;DivID=1">אודות ועדת נוער »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="http://www.tzafonet.org.il/schools/school_index.asp?schoolid=314&amp;tmp=5244">קישור לביס הר שכניה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="http://slk.sulam.org.il/K12/MISGAV/Pages/Default.aspx">קישור לביס תיכון משגב »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4049&amp;PID=3422">	
										דף הבית ועדת נוער  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4038">ועדת פיתוח</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=8814&amp;DivID=1">אודות הועדה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=4660&amp;DivID=1">מנוף 2020 »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=36533&amp;DivID=1">פרוטוקולים »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=4656&amp;DivID=1">תוכניות »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=4662&amp;DivID=1">תקציב פיתוח »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=27382&amp;DivID=1">שכונת דורות »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=4674&amp;DivID=1">הפקת לקחים לקראת קליטה 2010 »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4039&amp;OID=9186&amp;DivID=1">פינת מחזור »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4038&amp;PID=3422">	
										דף הבית ועדת פיתוח  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4027">ועדת סביבה</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="%D7%92%D7%99%D7%A0%D7%95%D7%9F 24">פרויקטים בעבודה »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4027&amp;PID=3422">	
										דף הבית ועדת סביבה  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4241">צרכניית מנוף</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4242&amp;OID=4956&amp;DivID=1">אודות הצרכניה »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4241&amp;PID=3422">	
										דף הבית צרכניית מנוף  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4060">ועדת כלבים</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4061&amp;OID=88812&amp;DivID=1">חוק להסדרת הפיקוח על כלבים »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4060&amp;PID=3422">	
										דף הבית ועדת כלבים  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4016">ועדת ביקורת</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4017&amp;OID=78264&amp;DivID=1">דוח 2011 »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4017&amp;OID=20565&amp;DivID=1">דוחות ועדה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4017&amp;OID=11805&amp;DivID=1">הנחיות לועדת ביקורת »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4017&amp;OID=13503&amp;DivID=1">נוהל עבודה ועדת ביקורת »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4017&amp;OID=11807&amp;DivID=1">פרוטוקולים »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4016&amp;PID=3422">	
										דף הבית ועדת ביקורת  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=6870">מליאת מועצה</a></td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4365">נוער מנוף</a></td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4115">בית כנסת</a></td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4126">פינת חי וספורט</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4127&amp;OID=30897&amp;DivID=1">חדשות פינת-חי »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4127&amp;OID=30899&amp;DivID=1">רשימת תורני פינת חי »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4126&amp;PID=3422">	
										דף הבית פינת חי וספורט  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4082">ועדת קהילה</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=4083&amp;OID=29920&amp;DivID=1">אודות הועדה »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4082&amp;PID=3422">	
										דף הבית ועדת קהילה  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4104">ספריה</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="http://simania.co.il/" target="_blank">אתר סימניה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="http://www.misgav.org.il/Dep/education/library/" target="_blank">ספריית משגב »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=4104&amp;PID=3422">	
										דף הבית ספריה  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=7105">ועדת חיילים</a></td></tr>
<tr><td>
<table cellSpacing="0" cellPadding="0" class="rightSubMenuTbl" style="display:none">
<tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=7106&amp;OID=7117&amp;DivID=1">אודות הועדה »</a></td></tr><tr><td class="rightSubMenuCell"><a class="rightSubMenuLink" href="objDoc.asp?PID=7106&amp;OID=7107&amp;DivID=1">דף כללי »</a></td></tr><tr><td class="rightSubMenuCell" align="left"><a class="rightSubMenuLink" href="objDoc.asp?OID=7105&amp;PID=3422">	
										דף הבית ועדת חיילים  »</a></td></tr></table>
</td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?PID=3422&amp;OID=4690">אתר מנוף</a></td></tr>
<tr><td height="3"></td></tr>
<tr><td class="rightMenuButtCell"><a class="rightMenuLink" href="objDoc.asp?CID=740&amp;docMode=list">משפחות מנוף</a></td>
</tr></table>
</td>
</tr>
<tr><td height="10"></td></tr>
<tr>
<td class="leftTitleCell">סקר</td>
</tr>
<tr>
<td class="ScrollNewsFrameCell">
<div class="ScrollNewsIFrame" style="padding-top:0;padding-bottom:5;overflow:visible"><SCRIPT LANGUAGE="JavaScript"><!--
function chkMaxSel(pThis){
	if(pThis.type=="checkbox"){
		var maxSel=$(pThis).parents(".survayTable").attr("maxSel")
		
		var survayOpCol=$(pThis).parents(".survayTable").find(".survayOp")
		var j=0
		for(var i=0;i<survayOpCol.length;i++){
			if(survayOpCol[i].checked) j++;
			}
		if(j>maxSel) {
		
		alert("יש לבחור עד "+maxSel+" אפשרויות")
		pThis.checked=false
		}
	}
		

}
function getCookie(sName)
{
  // cookies are separated by semicolons
  var aCookie = document.cookie.split("; ");
  for (var i=0; i < aCookie.length; i++)
  {
    // a name/value pair (a crumb) is separated by an equal sign
    var aCrumb = aCookie[i].split("=");
    if (sName == aCrumb[0]) 
      return unescape(aCrumb[1]);
  }

  // a cookie with the requested name does not exist
  return null;
}

function sendSurvSelection(pISID,pPID,pOID,pDivID,pThis,pDispMode){
		var transXML=""
		
		var survayOpCol=$(pThis).parents(".survayTable").find(".survayOp")
		for(i=0;i<survayOpCol.length;i++){
			if(survayOpCol[i].checked){
						
						srurvGuid=survayOpCol[i].getAttribute("survayGuid")
						transXML=transXML+"<setData ISID='"+pISID+"' PID='"+pPID +"' OID='"+pOID +"'  CID='923'  OLID='"+pOID +"' DivID='"+pDivID+"'  oDivPos='' oDivVisible='' olPath='' oSysName='survayNode'  survayGuid='"+srurvGuid+"'><updData fKey='"+survayOpCol[i].getAttribute("fKey") +"' fKeyNo='"+survayOpCol[i].getAttribute("fKeyNo") +"' ofAcl='0' valStyle='' dispUserMsg='0' msgPos='1' fSubType='5' cfName='' cfDataMining='' textVal='1' cfUnique='0' cfModTracer='0' /></setData>"
						
						}
			}
			
		var transObj=getXMLDomObj("<TransOp lang='' defLang=''>"+transXML+"</TransOp>")
		
		if(getCookie("survayGuid")==survayOpCol[0].getAttribute("survayGuid") && transObj ){
			alert("ניתן להצביע פעם אחת בסקר. תודה.");
			
			return -1;
		}
		
		if(transObj){
	
			xmlHTTP=getXMLHttpRequestObj()
			xmlHTTP.open("POST","UpdObjData.asp",false);	
				if(document.all)
					xmlHTTP.send(transObj.xml);
				else
					xmlHTTP.send((new XMLSerializer()).serializeToString(transObj))
			respXML=xmlHTTP.responseXML;
			transObj=null
			xmlHTTP=null;
					if(respXML.firstChild){
						   if (respXML.firstChild.nodeName == "Err" )
								alert(retXMLNodeStr(respXML.firstChild)  ) ;	
							else{ 
								if(pDispMode=="vote")
									document.location.href="objDoc.asp?PID="+pPID+"&OID="+pOID+"&DivID="+pDivID +"#topAnchor"
								else
									window.location.reload();
							}
					  }
						
				}
		else
			//document.location.href="objDoc.asp?PID="+pPID+"&OID="+pOID +"&DivID="+pDivID +"#topAnchor"
			window.location.reload();
}

--></SCRIPT><table cellpadding="0" cellspacing="0" class="survayTable" style="width:95%" maxSel="1"><tr><td class="survayTitleCell" colspan="2">סקר עמדות לגבי שירותי HOT</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="1"></td>
<td style="padding-right:5px">1.	אני לא צופה כלל בטלויזיה או משתמש ב "עידן+" (שידורי חינם).</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="2"></td>
<td style="padding-right:5px">2.	אני לקוח של YES, ואין בכוונתי לשנות זאת.</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="3"></td>
<td style="padding-right:5px">3.	אני לקוח של YES, אבל אשקול מעבר ל HOT.</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="4"></td>
<td style="padding-right:5px">4.	אני לקוח של HOT המעוניין בחבילת הערוצים הבסיסית בלבד.</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="5"></td>
<td style="padding-right:5px">5.	אני לקוח של HOT המעוניין בחבילות ערוצים נוספים (כגון סרטים, ספורט).</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="6"></td>
<td style="padding-right:5px">6.	אני לקוח של HOT המעוניין בחבילות ערוצים נוספים + HD (באיכות גבוהה).</td></tr>
<tr><td style="padding-right:5px;width:15px"><input type="radio" name="survayOp" class="survayOp" onclick="chkMaxSel(this)" survayGuid="81342557D42448789BF7B751A1A8E832" fKey="LNG85" fKeyNo="7"></td>
<td style="padding-right:5px">7.	אני לקוח של HOT המעוניין בחבילות ערוצים נוספים + HD + אינטרנט (ספק+תשתית).</td></tr>
<tr><td colspan="2" valign="top" style="padding-top:10px;text-align:center">
<table cellpadding="0" cellspacing="0"><tr>
<td><div class="smallButton" style="cursor:pointer" onclick="sendSurvSelection(8,3437,3451,2,this,'vote')">הצבע</div></td>
<td style="padding-right:5px">
<div class="smallButton"><a class="smallButton" style="text-decoration:none" href="objDoc.asp?PID=3437&amp;OID=3451&amp;DivID=2#topAnchor">תוצאות</a></div></td></tr>
<tr><td colspan="2" style="text-align:left"><a class="infoPageListLink" style="font-weight:bold;font-size:9pt" href="objDoc.asp?PID=3437&amp;OID=3451&amp;DivID=2&amp;dispMode=detailsandresults">לפרטים נוספים על הסקר »</a></td></tr></table>
<div class="infoPageLinkDiv"><a class="infoPageListLink" href="objDoc.asp?docName=survayNode&amp;thisPID=3437&amp;thisOID=3451&amp;thisDivID=2">
												סקרים נוספים <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></div>
</td></tr></table>
</div>
</td>
</tr>
</table>
</td>
<td style="border-left:solid 3px #ef980d" vAlign="top">
<table cellSpacing="0" cellPadding="0">
<tr><td colspan="2" vAlign="top"><SCRIPT LANGUAGE="JavaScript"><!--
 var	activeSubMenu;
 var	activeSubSubMenu;



function dispSubMenu(pSubMenuIdx){
	
	currSubMenu=document.getElementById("subMenuItem"+pSubMenuIdx)

	if(!currSubMenu){
		activeSubMenu.style.display="none"
		return(-1)
	}
	if(activeSubMenu)
		if(currSubMenu.id!=activeSubMenu.id)
			activeSubMenu.style.display="none"
			
		activeSubMenu=currSubMenu
		activeSubMenu.style.display="block"
		
	
	
}

function hideSubMenu(pSubMenuIdx){
	document.getElementById("subMenuItem"+pSubMenuIdx).style.display="none"
	event.cancelBubble=true
	//document.getElementById("menuArrow").src="incFiles/images/menu-arrow.gif"
}


function hideActiveMenus(){
		
		if(activeSubMenu){
			activeSubMenu.style.display="none"
			activeSubMenu=null
		}
		if(activeSubSubMenu){
			activeSubSubMenu.style.display="none"
			activeSubSubMenu=null
		}
	
}


--></SCRIPT><div style="padding-right:30">
<table cellSpacing="0" cellPadding="0"><tr>
<td class="topMenuCell"><a href="/" class="topMenuLink">דף הבית</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="objDoc.asp?PID=3483&amp;OID=4296">אודות מנוף</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="/objDoc.asp?docName=familiesNode&amp;docMode=commitiesphonebook">חברי ועדות</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="objDoc.asp?PID=3483&amp;OID=4297">קליטה</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="/objDoc.asp?CID=743&amp;docMode=list">עסקים במנוף</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="/objDoc.asp?CID=757&amp;docMode=list">לוח מנוף</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="objDoc.asp?PID=3483&amp;OID=4393">מפת בתים</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="/objDoc.asp?docName=familiesNode&amp;docMode=phonebook">ספר טלפונים</a></td><td class="topMenuSpliterCell"></td>
<td class="topMenuCell"><a class="topMenuLink" href="objDoc.asp?docName=inboxNode&amp;docMode=new">צרו קשר</a></td>
</tr></table>
</div>
</td></tr>
<tr><td class="mainStageParentCell"><a id="topAnchor"></a><div class="objPathParentCell"><div class="objPathDiv"><table  cellSpacing='0' cellPadding='0'><tr><td class='objPathCell'><a href='/' class='ObjPathLink'> דף הבית</a></td></tr></table></div></div>
<table cellSpacing="0" cellPadding="0" class="homePageTbl" align="center">
<tr><td class="infoCellFrame" vAlign="top"><div style="padding-bottom:10px">
<table cellSpacing="0" cellPadding="0" width="100%">
<tr><td vAlign="top">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3475&amp;OID=3476&amp;DivID=1" rel="nofollow">יום חמישי 24/4: להקת שיימוס בפאבלה - ההופעה בוטלה.<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div></td></tr>
<tr><td vAlign="top" class="infoPageMemoDiv">...
								</td></tr><!---->
</table></div></td></tr>
<tr><td class="infoCellFrame" vAlign="top"><div style="padding-bottom:10px">
<table cellSpacing="0" cellPadding="0" width="100%">
<tr><td vAlign="top">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=3445&amp;DivID=1">ברוכים הבאים<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div></td></tr>
<tr><td vAlign="top" class="infoPageMemoDiv">??
ברוכים הבאים לאתר היישוב הקהילתי מנוף.
 
טל' מזכירות: 9998616
 
שעות פתיחת מזכירות מנוף: לחץ על הקישור....
								</td></tr><!---->
</table></div></td></tr>
<tr><td class="homePageNewsTitleCell"><div>ריכוז הודעות</div></td></tr>
<tr><td class="infoCellFrame" vAlign="top">
<table cellSpacing="0" cellPadding="0" width="100%">
<tr><td colspan="3" align="center">
<table cellpadding="0" cellspacing="0" class="pagesTbl"><tr>
</tr></table>
</td></tr></table>
<div class="infoPageHeaderDiv" style="font-size:18pt;text-decoration:underline">הודעות מהמזכירות</div><table cellSpacing="0" cellPadding="0" width="100%">
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=99860&amp;DivID=1" rel="nofollow">מודעת אבל<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 1)</span></a></div>
<div class="infoPageDateDiv">מזכירות מנוף - הודעות לתושבים (עודכן לאחרונה ב-20/05/2012 17:54)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3444&amp;OID=99860&amp;DivID=1" rel="nofollow">בית מנוף אבל וכואב על לכתו של חברנו 
יהודה אזר ז"ל
 ממייסדי מנוף ..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3444&amp;OID=99860&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=74218&amp;DivID=1" rel="nofollow">הודעה - מזכירות<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">מזכירות מנוף - הודעות לתושבים (עודכן לאחרונה ב-15/05/2012 10:56)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3444&amp;OID=74218&amp;DivID=1" rel="nofollow">לתושבים שלום
 ביום חמישי אני ביום חופש.
ביום שישי, המזכירות סגורה..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3444&amp;OID=74218&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"><a class="imgDescLink" href="objDoc.asp?PID=3444&amp;OID=99085&amp;DivID=1"><IMG border="0" src="/lcAdminML/appImg/docFileIcon.gif" width="25" align="right"> פלאייר כדורעף משגב</a><input name="picGaleryDesc" type="hidden" value="פלאייר כדורעף משגב"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=99085&amp;DivID=1" rel="nofollow">כדור עף<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">מזכירות מנוף - הודעות לתושבים (עודכן לאחרונה ב-15/05/2012 10:38)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3444&amp;OID=99085&amp;DivID=1" rel="nofollow"></a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3444&amp;OID=99085&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=98296&amp;DivID=1" rel="nofollow">ישיבת הנהלה מס' 8<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">מזכירות מנוף - הודעות לתושבים (עודכן לאחרונה ב-14/05/2012 10:21)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3444&amp;OID=98296&amp;DivID=1" rel="nofollow">לתושבים שלום,
 בישיבת  הנהלה  שתתקיים ביום רביעי-16/5 בשעה 20:00,..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3444&amp;OID=98296&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3444&amp;OID=98273&amp;DivID=1" rel="nofollow">מתנות לחיילים<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">מזכירות מנוף - הודעות לתושבים (עודכן לאחרונה ב-14/05/2012 08:57)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3444&amp;OID=98273&amp;DivID=1" rel="nofollow">ביום העצמאות חולקו מתנות עבור החיילים, פנס ראש ותרמוס. למי שנמצא ..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3444&amp;OID=98273&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
</table>
<div class="infoPageHeaderDiv" style="font-size:18pt;text-decoration:underline">הודעות מהוועדות השונות</div><table cellSpacing="0" cellPadding="0" width="100%">
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3475&amp;OID=85771&amp;DivID=1">אירועי שבועות במנוף: עדכון<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">ועדת תרבות - הודעות לתושבים (עודכן לאחרונה ב-20/05/2012 13:59)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3475&amp;OID=85771&amp;DivID=1">בשל האבל הפוקד את בית מנוף על מותו של חברנו יהודה אזר, לא ייערך ה..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3475&amp;OID=85771&amp;DivID=1">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3475&amp;OID=99838&amp;DivID=1" rel="nofollow">Yehuda Azar          יהודה אזר<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">ועדת תרבות - הודעות לתושבים (עודכן לאחרונה ב-20/05/2012 13:59)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3475&amp;OID=99838&amp;DivID=1" rel="nofollow">בצער רב אנו מודיעים על מותו של חברנויהודה אזר ז"לאנו משתתפים בצער..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3475&amp;OID=99838&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"><a class="imgDescLink" href="objDoc.asp?PID=4075&amp;OID=99769&amp;DivID=1" rel="nofollow"><IMG id="picGalery" name="picGalery" class="picTempImg" align="right" width="60px" src="images/manoff/broom.gif" zoomSrc="images/manoff/broom.gif" ALT="" TITLE=""></a><input name="picGaleryDesc" type="hidden" value=""> 
										</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4075&amp;OID=99769&amp;DivID=1" rel="nofollow">נא לשמור על חצרות הגנים<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">ועדת חינוך - הודעות לתושבים (עודכן לאחרונה ב-18/05/2012 21:48)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4075&amp;OID=99769&amp;DivID=1" rel="nofollow">הורים יקרים.
אם אתם משתמשים / נכנסים עם ילדיכם לחצרות הגנים בשעות..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4075&amp;OID=99769&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4075&amp;OID=99765&amp;DivID=1" rel="nofollow">פגישת הכנה לקראת שנה הבאה- יום רביעי ה- 13.6 ב- 20:30<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">ועדת חינוך - הודעות לתושבים (עודכן לאחרונה ב-18/05/2012 21:16)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4075&amp;OID=99765&amp;DivID=1" rel="nofollow">שלום .
לקראת הרישום לשנה הבאה נערוך פגישה ביום רביעי ה- 13.6 בשעה..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4075&amp;OID=99765&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=3456&amp;OID=99075&amp;DivID=1" rel="nofollow">לצמרת מזל טוב לנישואי הבן<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 1)</span></a></div>
<div class="infoPageDateDiv">הנהלה - הודעות לתושבים (עודכן לאחרונה ב-17/05/2012 08:22)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=3456&amp;OID=99075&amp;DivID=1" rel="nofollow">לצמרת היקרה מזל טוב לנשואי הבן יוסי עם בחירת ליבו רחלי
מאחלים לזו..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=3456&amp;OID=99075&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4075&amp;OID=97021&amp;DivID=1" rel="nofollow">תזכורת- קייטנת לג בעמר<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">ועדת חינוך - הודעות לתושבים (עודכן לאחרונה ב-08/05/2012 09:46)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4075&amp;OID=97021&amp;DivID=1" rel="nofollow">ביום חמישי ה- 10.5 מתקיימת קייטנה לילדי הגנים.
עלות- 50 ש"ח.
המעו..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4075&amp;OID=97021&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4031&amp;OID=96738&amp;DivID=1">גיזום של שיחים בכביש ההקפי הדרומי<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 1)</span></a></div>
<div class="infoPageDateDiv">ועדת סביבה - הודעות לתושבים (עודכן לאחרונה ב-08/05/2012 08:43)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4031&amp;OID=96738&amp;DivID=1">ביום שלישי הגננים יבצעו גיזום שיחים מסיבי בכביש ההקפי הדרומי ( מה..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4031&amp;OID=96738&amp;DivID=1">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"><a class="imgDescLink" href="objDoc.asp?PID=4694&amp;OID=95139&amp;DivID=1"><IMG border="0" src="/lcAdminML/appImg/docFileIcon.gif" width="25" align="right"> הנחיות לתושבי מנוף</a><input name="picGaleryDesc" type="hidden" value="הנחיות לתושבי מנוף"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4694&amp;OID=95139&amp;DivID=1" rel="nofollow">HOT: ביטול השידור האנלוגי במנוף<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 4)</span></a></div>
<div class="infoPageDateDiv">אתר מנוף - הודעות לתושבים (עודכן לאחרונה ב-06/05/2012 22:00)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4694&amp;OID=95139&amp;DivID=1" rel="nofollow">שלום  רב,
החל מיוני יופסקו השידורים האנלוגיים של HOT, ויהיה צורך ..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4694&amp;OID=95139&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4694&amp;OID=96622&amp;DivID=1" rel="nofollow">קפהרצאה ביובלים - עם "איתמר ספרים" - יום שישי 11/5, 21:30 - מוזמנים<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 0)</span></a></div>
<div class="infoPageDateDiv">אתר מנוף - הודעות לתושבים (עודכן לאחרונה ב-06/05/2012 10:35)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4694&amp;OID=96622&amp;DivID=1" rel="nofollow">קפהרצאה ביובלים - עם "איתמר ספרים" - יום שישי 11/5, 21:30 
תוכן:מ..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4694&amp;OID=96622&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td width="70px" style="padding-top:20px;vertical-align:top;border-bottom:dashed 1px gray"> 
										
									</td>
<td style="padding-top:20px;vertical-align:top;padding-bottom:5px;border-bottom:dashed 1px gray">
<div class="infoPageHeaderDiv"><a class="infoPageLink" href="objDoc.asp?PID=4694&amp;OID=76097&amp;DivID=1" rel="nofollow">בקשה נרגשת לאיסוף מידע בנושא טרמפים עם תושבי מנוף<span style="font-size:11pt;font-style:italic;font-weight:normal"> (תגובות 15)</span></a></div>
<div class="infoPageDateDiv">אתר מנוף - הודעות לתושבים (עודכן לאחרונה ב-23/04/2012 18:28)</div><div class="infoPageMemoDiv" style="padding:0"><a class="infoPageLink" style="font-size:11pt;font-weight:normal" href="objDoc.asp?PID=4694&amp;OID=76097&amp;DivID=1" rel="nofollow">תושבים יקרים

תודה שלוחה לתושבים שכבר רשמו את נסיעותיהם הקבועות.
..</a></div>
<div style="float:left"><a class="infoPageListLink" href="objDoc.asp?PID=4694&amp;OID=76097&amp;DivID=1" rel="nofollow">
										לפרטים מלאים והוספת תגובות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div></td></tr>
<tr><td colspan="3" align="center">
<table cellpadding="0" cellspacing="0" class="pagesTbl"><tr>
</tr></table>
</td></tr></table>
<div style="text-align:center;padding-top:10px">
<table cellSpacing="0" cellPadding="0" align="center">
<tr><td vAlign="top">
<table cellSpacing="0" cellPadding="0" align="center">
<tr><td class="homePageRandTitleCell"><a class="homePageRandTitleLink" href="objDoc.asp?PID=5929&amp;OID=5931&amp;DivID=2">Michal the Bread Baker</a></td></tr>
<tr><td class="homePageRandDescCell">
<div style="height:90px"><a class="imgDescLink" href="objDoc.asp?PID=5929&amp;OID=5931&amp;DivID=2" rel="snAppImg"><IMG id="picGalery" name="picGalery" class="picTempImg" align="left" width="40px" src="images/manoff/{65d9de81-e3b2-4aa6-8423-bdabdde69653}_%D7%9C%D7%95%D7%92%D7%95%D7%9C%D7%97%D7%9D.jpg" zoomSrc="images/manoff/{65d9de81-e3b2-4aa6-8423-bdabdde69653}_לוגולחם.jpg" ALT="" TITLE=""></a><input name="picGaleryDesc" type="hidden" value=""><a class="homePageRandDescLink" href="objDoc.asp?PID=5929&amp;OID=5931&amp;DivID=2">Sourdough Bread Baking Workshop.
An intimate and sensual experience for small groups....</a></div>
<div class="infoPageLinkDiv" style="padding-left:0;padding-bottom:0"><a class="infoPageListLink" href="objDoc.asp?CID=743&amp;docMode=list">לוח עסקים מנוף</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div>
</td></tr></table>
</td>
<td style="padding-left:20px;padding-right:20px" vAlign="top"><table cellSpacing="0" cellPadding="0" align="center">
<tr><td class="homePageRandTitleCell"><a class="homePageRandTitleLink" href="objDoc.asp?PID=3802&amp;OID=3805&amp;DivID=1">שיעורי יוגה במנוף - בקבוצה או כשיעור פרטי.</a></td></tr>
<tr><td class="homePageRandDescCell">
<div style="height:90px"><a class="imgDescLink" href="objDoc.asp?PID=3802&amp;OID=3805&amp;DivID=1" rel="snAppImg"><IMG id="picGalery" name="picGalery" class="picTempImg" align="left" width="40px" src="images/manoff/TN_{80d76e14-ce00-4601-a076-ce8f466a3def}_p1020601.jpg" zoomSrc="images/manoff/{80d76e14-ce00-4601-a076-ce8f466a3def}_p1020601.jpg" ALT="" TITLE=""></a><input name="picGaleryDesc" type="hidden" value=""><a class="homePageRandDescLink" href="objDoc.asp?PID=3802&amp;OID=3805&amp;DivID=1">בימי שישי בשעה 8 בבקר מתקיים שיעור בויג'ננה יוגה בסטודיו של עמית שבאיזור התעשיה של מנוף.
השיעור מיועד למתחילים...</a></div>
<div class="infoPageLinkDiv" style="padding-left:0;padding-bottom:0"><a class="infoPageListLink" style="padding-left:0;padding-bottom:0" href="objDoc.asp?CID=757&amp;docMode=list">למודעות נוספות בלוח</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div>
</td></tr></table>
</td>
<td vAlign="top"><table cellSpacing="0" cellPadding="0" align="center">
<tr><td class="homePageRandTitleCell"><a class="homePageRandTitleLink" href="objDoc.asp?PID=3542&amp;OID=3543&amp;DivID=1">משפחת אלף גליה ואלי</a></td></tr>
<tr><td class="homePageRandDescCell">
<div style="height:100px"><a class="imgDescLink" href="objDoc.asp?PID=3542&amp;OID=3543&amp;DivID=1" rel="snAppImg"><IMG id="picGalery" name="picGalery" class="picTempImg" align="left" width="40px" src="images/manoff/TN_{bd9b9a5e-ef2c-43a6-aa32-d75ad32372c1}_%D7%A1%D7%9C%D7%9508 135.jpg" zoomSrc="images/manoff/{bd9b9a5e-ef2c-43a6-aa32-d75ad32372c1}_סלו08 135.jpg" ALT="" TITLE=""></a><input name="picGaleryDesc" type="hidden" value=""><a class="homePageRandDescLink" href="objDoc.asp?PID=3542&amp;OID=3543&amp;DivID=1">משפחת אלף - גליה ואלי (ילידי 65') והילדים - נגה (92'), אלה (94'), אדוה (00') ותמיר (04').
במנוף מ- 1993, במסגר...</a></div>
<div class="infoPageLinkDiv" style="padding-left:0;padding-bottom:0"><a class="infoPageListLink" href="objDoc.asp?CID=740&amp;docMode=list">משפחות נוספות</a><IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></div>
</td></tr></table>
</td></tr></table>
</div></td></tr></table>
</td>
<td class="leftMenuParentCell">
<div style="padding-left:5;text-align:left" vAlign="top"><a class="ObjPathLink" id="setHomePageLink" href="javascript:setHomePage()" style="font-size:8pt;text-decoration:underline">הפוך לדף בית </a> <a class="ObjPathLink" href="javascript:addToFavorite()" style="font-size:8pt;text-decoration:underline">הוסף למועדפים </a></div>
<table cellSpacing="0" cellPadding="0" class="leftMenuTbl">
<tr><td style="padding-top:5px;text-align:center"><a class="topMenuLink" style="font-size:11pt;color:#265a2b" href="objDoc.asp?docName=journalOperationNode" TITLE="לרשימת פעילויות לחצו כאן">לוח פעילויות<br><span style="font-size:8pt;color:#9ba082">מאי 2012</span></a></td></tr>
<tr><td class="siteCellFrame" style="padding-bottom:10">
<table cellSpacing="0" cellPadding="0" align="center">
<tr><td style="text-align:right"><a class="topMenuLink" style="font-size:8pt" href="objDoc.asp?PID=227&amp;OID=3422&amp;DivID=&amp;journalOpSelMonth=6&amp;journalOpSelYear=2012"><span class="dateSpliter">«</span> חודש הבא </a></td>
<td style="text-align:left"><a class="topMenuLink" style="font-size:8pt" href="objDoc.asp?PID=227&amp;OID=3422&amp;DivID=&amp;journalOpSelMonth=4&amp;journalOpSelYear=2012">חודש קודם <span class="dateSpliter">»</span></a></td></tr>
<tr><td colspan="2"><SCRIPT name="Scr" LANGUAGE="JavaScript"><!--
function applayLocationFilter(pThis){
	checked=pThis.checked
	locationEventFilterVal=pThis.getAttribute('locationFilter')
	journalOpEventDataRowColl=document.getElementsByName("journalOpEventDataRow")
	if(checked){
			for(var i=0;i<journalOpEventDataRowColl.length;i++){		
				if(journalOpEventDataRowColl[i].getAttribute('locationEventFilter')==locationEventFilterVal)
					journalOpEventDataRowColl[i].style.display="block"
				else{
					if(journalOpEventDataRowColl[i].style.display=="")
						journalOpEventDataRowColl[i].style.display="none"
					}}
			
			}
	else{
			for(var i=0;i<journalOpEventDataRowColl.length;i++){		
				if(journalOpEventDataRowColl[i].getAttribute('locationEventFilter')==locationEventFilterVal)
						journalOpEventDataRowColl[i].style.display="none"
					
			
			}
	}
		
}
function applayTypeFilter(pThis){
	checked=pThis.checked
	typeEventFilterVal=pThis.getAttribute('typeFilter')
	journalOpEventDataRowColl=document.getElementsByName("journalOpEventDataRow")
	if(checked){
			for(var i=0;i<journalOpEventDataRowColl.length;i++){		
				if(journalOpEventDataRowColl[i].getAttribute('typeEventFilter')==typeEventFilterVal)
					journalOpEventDataRowColl[i].style.display="block"
				else{
					if(journalOpEventDataRowColl[i].style.display=="")
						journalOpEventDataRowColl[i].style.display="none"
					}}
			
			}
	else{
			for(var i=0;i<journalOpEventDataRowColl.length;i++){		
				if(journalOpEventDataRowColl[i].getAttribute('typeEventFilter')==typeEventFilterVal)
						journalOpEventDataRowColl[i].style.display="none"
					
			
			}
	}
		
}

--></SCRIPT><table cellPadding="0" align="center" class="prevJournalOpTable">
<tr><th class="prevJournalOpDayOfWeekTitleCell">א</th>
<th class="prevJournalOpDayOfWeekTitleCell">ב</th>
<th class="prevJournalOpDayOfWeekTitleCell">ג</th>
<th class="prevJournalOpDayOfWeekTitleCell">ד</th>
<th class="prevJournalOpDayOfWeekTitleCell">ה</th>
<th class="prevJournalOpDayOfWeekTitleCell">ו</th>
<th class="prevJournalOpDayOfWeekTitleCell">ש</th></tr>
<tr><td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td></td></tr>
</table></td>
<td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td></td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=01/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon01" class="prevjournalOpEventLink2">01</a><div class="balloonstyle" id="baloon01"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=01/05/2012#topAnchor"> לרשימת האירועים בתאריך 01/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=02/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon02" class="prevjournalOpEventLink1">02</a><div class="balloonstyle" id="baloon02"><div style="font-weight:bold;font-size:11pt">חוג חמישים פלוס - מועדון, ברקו, בידורית<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">08:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: תרבות מנוף  בתאריך: <span style="font-size:8pt">11/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">הקרנה של חצאי גמר גביע המדינה : הפועל תל אביב נגד רמת השרון, מכבי חיפה נגד מ.ס. אשדוד<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">18:00</span> בפאבלה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: יזהר גילר  בתאריך: <span style="font-size:8pt">29/04/2012</span></div>
<div style="font-weight:bold;font-size:11pt">יהב- ברקו<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">18:00</span> בברקו</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">30/04/2012</span></div>
<div style="font-weight:bold;font-size:11pt">חוגים<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">18:30</span> במועדון</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">19/10/2010</span></div>
<div style="font-weight:bold;font-size:11pt">קבוצת תרגול מדיטציה<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">02/05/2012</span> בשעה <span style="font-size:9pt">21:00</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: לביא סגל  בתאריך: <span style="font-size:8pt">18/04/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=02/05/2012#topAnchor"> לרשימת האירועים בתאריך 02/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=03/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon03" class="prevjournalOpEventLink2">03</a><div class="balloonstyle" id="baloon03"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">03/05/2012</span> בשעה <span style="font-size:9pt">17:30</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="font-weight:bold;font-size:11pt">תיאטרון<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">03/05/2012</span> בשעה <span style="font-size:9pt">21:00</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: יוסי קראוס  בתאריך: <span style="font-size:8pt">23/04/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=03/05/2012#topAnchor"> לרשימת האירועים בתאריך 03/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=04/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon04" class="prevjournalOpEventLink1">04</a><div class="balloonstyle" id="baloon04"><div style="font-weight:bold;font-size:11pt">גבי- קורס עזרה ראשונה<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">04/05/2012</span> בשעה <span style="font-size:9pt">8:00</span> במועדון</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">03/05/2012</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">04/05/2012</span> בשעה <span style="font-size:9pt">12:45</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/02/2012</span></div>
<div style="font-weight:bold;font-size:11pt">מסיבת כתות  ח'-ט'<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">04/05/2012</span> בשעה <span style="font-size:9pt">22:00</span> בפאבלה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מוטי פולק  בתאריך: <span style="font-size:8pt">30/04/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=04/05/2012#topAnchor"> לרשימת האירועים בתאריך 04/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=05/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon05" class="prevjournalOpEventLink1">05</a><div class="balloonstyle" id="baloon05"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="font-weight:bold;font-size:11pt">מועדון 50 פלוס<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שבת <span style="font-size:9pt">05/05/2012</span> בשעה <span style="font-size:9pt">19:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: משה זילברשטיין  בתאריך: <span style="font-size:8pt">01/10/2011</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=05/05/2012#topAnchor"> לרשימת האירועים בתאריך 05/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
</tr>
<tr><td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=06/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon06" class="prevjournalOpEventLink2">06</a><div class="balloonstyle" id="baloon06"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום ראשון <span style="font-size:9pt">06/05/2012</span> בשעה <span style="font-size:9pt">17:00</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=06/05/2012#topAnchor"> לרשימת האירועים בתאריך 06/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=07/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon07" class="prevjournalOpEventLink2">07</a><div class="balloonstyle" id="baloon07"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=07/05/2012#topAnchor"> לרשימת האירועים בתאריך 07/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=08/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon08" class="prevjournalOpEventLink2">08</a><div class="balloonstyle" id="baloon08"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=08/05/2012#topAnchor"> לרשימת האירועים בתאריך 08/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=09/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon09" class="prevjournalOpEventLink2">09</a><div class="balloonstyle" id="baloon09"><div style="font-weight:bold;font-size:11pt">חוג חמישים פלוס - מועדון, ברקו, בידורית<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">09/05/2012</span> בשעה <span style="font-size:9pt">08:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: תרבות מנוף  בתאריך: <span style="font-size:8pt">11/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">09/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">חוגים<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">09/05/2012</span> בשעה <span style="font-size:9pt">18:30</span> במועדון</div>
<div style="font-size:11pt">חוגים</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">19/10/2010</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=09/05/2012#topAnchor"> לרשימת האירועים בתאריך 09/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=10/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon10" class="prevjournalOpEventLink2">10</a><div class="balloonstyle" id="baloon10"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">10/05/2012</span> בשעה <span style="font-size:9pt">17:30</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=10/05/2012#topAnchor"> לרשימת האירועים בתאריך 10/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=11/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon11" class="prevjournalOpEventLink1">11</a><div class="balloonstyle" id="baloon11"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">11/05/2012</span> בשעה <span style="font-size:9pt">12:45</span> בספריה</div>
<div style="font-size:10pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/02/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=11/05/2012#topAnchor"> לרשימת האירועים בתאריך 11/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon12">12</a></td></tr>
</table></td>
</tr>
<tr><td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=13/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon13" class="prevjournalOpEventLink2">13</a><div class="balloonstyle" id="baloon13"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום ראשון <span style="font-size:9pt">13/05/2012</span> בשעה <span style="font-size:9pt">17:00</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=13/05/2012#topAnchor"> לרשימת האירועים בתאריך 13/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=14/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon14" class="prevjournalOpEventLink2">14</a><div class="balloonstyle" id="baloon14"><div style="font-weight:bold;font-size:11pt">אסיפת משתכנים הרחבה<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שני <span style="font-size:9pt">14/05/2012</span> בשעה <span style="font-size:9pt">19:00</span> במועדון</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: יערה ירמיהו  בתאריך: <span style="font-size:8pt">08/05/2012</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=14/05/2012#topAnchor"> לרשימת האירועים בתאריך 14/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=15/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon15" class="prevjournalOpEventLink2">15</a><div class="balloonstyle" id="baloon15"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=15/05/2012#topAnchor"> לרשימת האירועים בתאריך 15/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=16/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon16" class="prevjournalOpEventLink1">16</a><div class="balloonstyle" id="baloon16"><div style="font-weight:bold;font-size:11pt">חוג חמישים פלוס - מועדון, ברקו, בידורית<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">16/05/2012</span> בשעה <span style="font-size:9pt">08:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: תרבות מנוף  בתאריך: <span style="font-size:8pt">11/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">16/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">חוגים<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">16/05/2012</span> בשעה <span style="font-size:9pt">18:30</span> במועדון</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">19/10/2010</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=16/05/2012#topAnchor"> לרשימת האירועים בתאריך 16/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=17/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon17" class="prevjournalOpEventLink1">17</a><div class="balloonstyle" id="baloon17"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">17/05/2012</span> בשעה <span style="font-size:9pt">17:30</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">סדנת מרכז סיוע לנפגעות אונס - נוער<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">17/05/2012</span> בשעה <span style="font-size:9pt">18:00</span> במועדון</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ביאנקה קדם  בתאריך: <span style="font-size:8pt">29/04/2012</span></div>
<div style="font-weight:bold;font-size:11pt">סדנה לנוער<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">17/05/2012</span> בשעה <span style="font-size:9pt">18:00</span> בברקו</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ביאנקה קדם  בתאריך: <span style="font-size:8pt">29/04/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=17/05/2012#topAnchor"> לרשימת האירועים בתאריך 17/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=18/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon18" class="prevjournalOpEventLink1">18</a><div class="balloonstyle" id="baloon18"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">18/05/2012</span> בשעה <span style="font-size:9pt">12:45</span> בספריה</div>
<div style="font-size:10pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/02/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=18/05/2012#topAnchor"> לרשימת האירועים בתאריך 18/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=19/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon19" class="prevjournalOpEventLink1">19</a><div class="balloonstyle" id="baloon19"><div style="font-weight:bold;font-size:11pt">הקרנה בפאבלה של גמר ליגת האלופות. צ'לסי נגד באירן מינכן . .<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שבת <span style="font-size:9pt">19/05/2012</span> בשעה <span style="font-size:9pt">21:00</span> בפאבלה</div>
<div style="font-size:10pt"><p>
	<span style="font-size: 18px">הקרנה בפאבלה של גמר ליגת האלופות. צ&#39;לסי נגד באירן מינכן . כולם מוזמנים .</span></p>
<p>
	&nbsp;</p>
<p>
	<strong><span style="font-size: 26px">באיירן מינכן&nbsp;&nbsp; </span></strong><img ghmxy_src="http://www.sport5.co.il/SIP_STORAGE/FILES/5/185515.png" id="ucSubMenu_imgFlag" src="http://www.sport5.co.il/SIP_STORAGE/FILES/5/185515.png" /></p>
<p>
	<strong><span style="font-size: 26px">נגד</span></strong></p>
<p>
	<strong><span style="font-size: 26px">צ&#39;לסי</span></strong>&nbsp; <img ghmxy_src="http://www.sport5.co.il/SIP_STORAGE/FILES/7/183267.png" id="ucSubMenu_imgFlag" src="http://www.sport5.co.il/SIP_STORAGE/FILES/7/183267.png" /></p>
</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">16/05/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=19/05/2012#topAnchor"> לרשימת האירועים בתאריך 19/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
</tr>
<tr><td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=20/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon20" class="prevjournalOpEventLink2">20</a><div class="balloonstyle" id="baloon20"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום ראשון <span style="font-size:9pt">20/05/2012</span> בשעה <span style="font-size:9pt">17:00</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=20/05/2012#topAnchor"> לרשימת האירועים בתאריך 20/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=21/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon21" class="prevjournalOpEventLink2">21</a><div class="balloonstyle" id="baloon21"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=21/05/2012#topAnchor"> לרשימת האירועים בתאריך 21/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=22/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon22" class="prevjournalOpEventLink2">22</a><div class="balloonstyle" id="baloon22"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=22/05/2012#topAnchor"> לרשימת האירועים בתאריך 22/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=23/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon23" class="prevjournalOpEventLink2">23</a><div class="balloonstyle" id="baloon23"><div style="font-weight:bold;font-size:11pt">חוג חמישים פלוס - מועדון, ברקו, בידורית<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">23/05/2012</span> בשעה <span style="font-size:9pt">08:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: תרבות מנוף  בתאריך: <span style="font-size:8pt">11/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">23/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">חוגים<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">23/05/2012</span> בשעה <span style="font-size:9pt">18:30</span> במועדון</div>
<div style="font-size:11pt">חוגים</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">19/10/2010</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=23/05/2012#topAnchor"> לרשימת האירועים בתאריך 23/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=24/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon24" class="prevjournalOpEventLink1">24</a><div class="balloonstyle" id="baloon24"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">24/05/2012</span> בשעה <span style="font-size:9pt">17:30</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">הופעת להקת שיימוס<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">24/05/2012</span> בשעה <span style="font-size:9pt">19:00</span> בפאבלה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: יעל ברעם  בתאריך: <span style="font-size:8pt">01/05/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=24/05/2012#topAnchor"> לרשימת האירועים בתאריך 24/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=25/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon25" class="prevjournalOpEventLink1">25</a><div class="balloonstyle" id="baloon25"><div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום שישי <span style="font-size:9pt">25/05/2012</span> בשעה <span style="font-size:9pt">12:45</span> בספריה</div>
<div style="font-size:10pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/02/2012</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=25/05/2012#topAnchor"> לרשימת האירועים בתאריך 25/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon26">26</a></td></tr>
</table></td>
</tr>
<tr><td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=27/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon27" class="prevjournalOpEventLink2">27</a><div class="balloonstyle" id="baloon27"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום ראשון <span style="font-size:9pt">27/05/2012</span> בשעה <span style="font-size:9pt">17:00</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=27/05/2012#topAnchor"> לרשימת האירועים בתאריך 27/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=28/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon28" class="prevjournalOpEventLink2">28</a><div class="balloonstyle" id="baloon28"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=28/05/2012#topAnchor"> לרשימת האירועים בתאריך 28/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData2" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=29/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon29" class="prevjournalOpEventLink2">29</a><div class="balloonstyle" id="baloon29"><div style="width:340px;border-bottom:1px dashed;text-align:center;font-weight:bold;padding-bottom:5px"> לצפייה באירוע יש להיכנס לאתר בשם משתמש וסיסמה.</div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=29/05/2012#topAnchor"> לרשימת האירועים בתאריך 29/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=30/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon30" class="prevjournalOpEventLink1">30</a><div class="balloonstyle" id="baloon30"><div style="font-weight:bold;font-size:11pt">חוג חמישים פלוס - מועדון, ברקו, בידורית<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">08:00</span> במועדון+ברקו+מסך</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: תרבות מנוף  בתאריך: <span style="font-size:8pt">11/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">16:45</span> בספריה</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div style="font-weight:bold;font-size:11pt">חוגים<span style="font-weight:normal;font-style:italic"> (חוג) </span></div>
<div style="font-weight:normal;font-size:11pt">יום רביעי <span style="font-size:9pt">30/05/2012</span> בשעה <span style="font-size:9pt">18:30</span> במועדון</div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: מזכירות מנוף  בתאריך: <span style="font-size:8pt">19/10/2010</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=30/05/2012#topAnchor"> לרשימת האירועים בתאריך 30/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCellWithData1" style="cursor:pointer" onclick="document.location.href='objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=31/05/2012#topAnchor'">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td class="prevJournalOpEventDayCell"><a rel="baloon31" class="prevjournalOpEventLink1">31</a><div class="balloonstyle" id="baloon31"><div style="font-weight:bold;font-size:11pt">התרמת דם<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">31/05/2012</span> בשעה <span style="font-size:9pt">16:30</span> במועדון</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: הדס בלבס  בתאריך: <span style="font-size:8pt">04/04/2012</span></div>
<div style="font-weight:bold;font-size:11pt">פתיחת ספריה לציבור<span style="font-weight:normal;font-style:italic"> (ציבורי) </span></div>
<div style="font-weight:normal;font-size:11pt">יום חמישי <span style="font-size:9pt">31/05/2012</span> בשעה <span style="font-size:9pt">17:30</span> בספריה</div>
<div style="font-size:11pt"></div>
<div style="font-size:8pt;width:340px;border-bottom:1px dashed;">הוזמן ע"י: ספריה מנוף  בתאריך: <span style="font-size:8pt">28/11/2011</span></div>
<div><a class="loginWelcomeLink" href="objDoc.asp?PID=3422&amp;OID=3436&amp;DivID=1&amp;journalOpDate=31/05/2012#topAnchor"> לרשימת האירועים בתאריך 31/05/2012 לחצו כאן</a></div></div>
</td></tr>
</table></td>
<td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td></td></tr>
</table></td>
<td class="prevJournalOpCell">
<table cellPadding="0" cellSpacing="0" align="center" width="100%" class="prevJournalOpEventTable">
<tr><td></td></tr>
</table></td>
</tr>
</table>
</td></tr>
<tr><td style="padding-top:1" colspan="2">
<ul style="list-style-type: none;margin: 0px;;padding:0;padding-right:5px"><li style="float:right;margin: 0px;padding-bottom:3px"><a class="linkButton" style="font-size:8pt;padding-right:3px;padding-left:3px;float:left" title="לרשימת אירועים ציבוריים לחצו כאן" href="objDoc.asp?docName=journalOperationNode&amp;journalOpDefEventTypeFilter=1">ציבורי</a><div style="width:16px;height:16px;float:left" class="prevJournalOpCellWithData1"></div></li><li style="float:right;margin: 0px;padding-bottom:3px"><a class="linkButton" style="font-size:8pt;padding-right:3px;padding-left:3px;float:left" title="לרשימת חוגים לחצו כאן" href="objDoc.asp?docName=journalOperationNode&amp;journalOpDefEventTypeFilter=2">חוג</a><div style="width:16px;height:16px;float:left" class="prevJournalOpCellWithData2"></div></li><li style="float:right;margin: 0px;padding-bottom:3px"><a class="linkButton" style="font-size:8pt;padding-right:3px;padding-left:3px;float:left" title="לרשימת אירועים פרטיים לחצו כאן" href="objDoc.asp?docName=journalOperationNode&amp;journalOpDefEventTypeFilter=3">פרטי</a><div style="width:16px;height:16px;float:left" class="prevJournalOpCellWithData3"></div></li><li style="float:right;margin: 0px"><a class="linkButton" style="font-size:8pt;padding-right:3px;float:left" href="objDoc.asp?docName=journalOperationNode&amp;docMode=userbirthday"> לוח ימי הולדת</a><img src="/lcAdminML/appImg/birthdayImg.gif" style="float:left" width="18"></li></ul>
</td></tr>
</table>
</td></tr>
<tr><td class="leftTitleCell"><a class="leftTitleLink" href="objDoc.asp?docName=scrollNewsNode">חדשות מנוף</a></td></tr>
<tr><td class="ScrollNewsFrameCell">
<div class="ScrollNewsIFrame">
<div style="height:120px"></div>
<DIV class="scrollNewsDiv" id="scrollNewsDiv"><table cellpadding="0" cellspacing="0" class="scrollNewsTable">
<tr><td width="17px" vAlign="top" style="padding-top:5px;padding-left:5px"><img BORDER="0" src="/incFiles/images/arrowsLeft.gif"></td><td valign="top" class="scrollNewsTitleCell"><a class="scrollNewsHeaderLink" target="_top" href="objDoc.asp?PID=11929&amp;OID=12076&amp;DivID=1&amp;docMode=lastNewsList">קראו בעד-כאן: על אולימפיאדת משגב הראשונה, חגיגה לבנה במשומשהו, ערב של זמר וסיפור, סופר אורח, חוגים חדשים ומשרות מועדפות לצעירים</a></td></tr>
<tr><td></td><td valign="top" class="loginWelcomeLink">פורסם ע"י - מועצה אזורית משגב ב-16/05/2012 14:24</td></tr>
<tr><td></td><td valign="top" class="scrollNewsShortDescCell"><a class="scrollNewsBodyLink" target="_top" href="objDoc.asp?PID=11929&amp;OID=12076&amp;DivID=1&amp;docMode=lastNewsList">אם אינך רואה את הדיוור בצורה תקינה, לחץ כאן




שינויים בהסד...</a></td></tr>
<tr><td width="17px" vAlign="top" style="padding-top:5px;padding-left:5px"><img BORDER="0" src="/incFiles/images/arrowsLeft.gif"></td><td valign="top" class="scrollNewsTitleCell"><a class="scrollNewsHeaderLink" target="_top" href="objDoc.asp?PID=3441&amp;OID=57255&amp;DivID=1&amp;docMode=lastNewsList">מזל טוב למשפחת אביעוז</a></td></tr>
<tr><td></td><td valign="top" class="scrollNewsDateCell">פורסם ע"י המזכירות ב-31/08/2011 11:09</td></tr>
<tr><td></td><td valign="top" class="scrollNewsShortDescCell"><a class="scrollNewsBodyLink" target="_top" href="objDoc.asp?PID=3441&amp;OID=57255&amp;DivID=1&amp;docMode=lastNewsList" rel="nofollow">חיים ונעמי אביעוז
מזל טוב
לנישואי  דנה עם בח"ל .
מכל בית מנו...</a></td></tr>
</table></DIV><script>var so=new ScrollObj('scrollNewsDiv');</script></div></td></tr>
<tr><td height="10"></td></tr>
<tr><td class="leftTitleCell"><a class="leftTitleLink" href="objDoc.asp?docName=forumsNode&amp;docMode=lastforummsgs" style="font-size:10pt">הוד' אחרונות בפורומים</a></td></tr>
<tr><td class="ScrollNewsFrameCell">
<div class="ScrollNewsIFrame">
<IFRAME id="scrollMsgsIFrame" NAME="scrollMsgsIFrame" style="filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);" src="addLastForunMsgs.asp" width="100%" height="130" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" onload="if(document.all) this.style.filter=&quot;&quot;">
</IFRAME>
</div>
<tr><td style="text-align:right;padding-right:3;padding-top:5;padding-bottom:2" colspan="2"><a class="forumLink" style="text-decoration:underline" href="objDoc.asp?PID=3423&amp;OID=3427">
										פורומים באתר מנוף</a></td></tr>
<tr><td style="text-align:right;padding-right:5;padding-bottom:5" colspan="2"><a class="forumLink" href="objDoc.asp?PID=3427&amp;OID=11130">פורום המלצות <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></td></tr><tr><td style="text-align:right;padding-right:5;padding-bottom:5" colspan="2"><a class="forumLink" href="objDoc.asp?PID=3427&amp;OID=3430">פורום קהילת מנוף <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></td></tr><tr><td style="text-align:right;padding-right:5;padding-bottom:5" colspan="2"><a class="forumLink" href="objDoc.asp?PID=3427&amp;OID=23298">פורום מתכונים מנוף <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></td></tr><tr><td style="text-align:right;padding-right:5;padding-bottom:5" colspan="2"><a class="forumLink" href="objDoc.asp?PID=3427&amp;OID=4420">פורום תחבורה <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></td></tr></td></tr>
<tr><td height="10"></td></tr>
<tr><td class="leftTitleCell">אלבום תמונות</td></tr>
<tr><td class="SlideGaleryCell" vAlign="top">
<div name="jqSlideContainer" class="slideGaleryDivContainer" style="overflow:hidden;height:120px" initElapsTime="5500" randomise="true"><div style="position:relative;width:100%;height:100%;top:0;left:0">
<div style="position:absolute;width:100%;top:0;left:0" align="center"><a href="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><img border="0" style="FILTER: alpha(opacity=100); opacity: 1.0; moz-opacity: 1.0; khtml-opacity: 1.0;align:center;visibility:hidden" id="topImg1" class="slideGaleryImg" src="/lcAdminML/appImg/blankImg.gif" width="144"></a></div><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN1959.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><div style="position:absolute;width:100%;top:0;left:0" align="center"><a href="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><img border="0" style="FILTER: alpha(opacity=0); opacity: 0; moz-opacity: 0; khtml-opacity: 0" id="botImg1" class="slideGaleryImg" src="images/manoff/TN_DSCN1963.JPG" width="144"></a></div><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN1963.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN1966.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN1970.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN1993.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN2010.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN2020.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN2025.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN2031.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_DSCN2032.JPG"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=3471&amp;OID=3480&amp;DivID=10"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{74e7f456-4647-46cc-8274-8fa3fe057cdb}_p9230065.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{6ee4ac2a-77d6-42fe-b85e-15bbf1877578}_p9230067.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{085300a9-ab72-4dd7-9638-dfca93d8aa1c}_p9230069.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{d85d73ed-217f-43d2-8113-553bc13bd670}_p9230070.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{ff104c04-28ce-40e1-892e-0cec97226e72}_p9230071.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{6f480945-6165-40c4-9fcd-d70900a828c4}_p9230073.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{3c7e1cbd-fb4d-4de1-bb08-905ef736f24a}_p9230074.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{059731af-d745-4e53-81b0-a0554a3a3a6e}_p9230075.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{5ac97ab6-15de-47d0-9a20-578140b0e67f}_p9230076.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{602ba34f-f343-4f4d-b822-eb59fa9a72c4}_p9240080.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{dc121174-7f6b-4ad1-ac06-747e32a4a511}_p9240085.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{c340f8bf-db5e-46a5-9efb-9d58a1cf86c2}_p9240087.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{a2142af1-fd55-453f-9ba8-92a0e8c6c0a8}_p9240089.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{0acf3808-63b8-4812-a50f-66dd559f849d}_p9240092.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{d36f4748-218c-4eb2-a4a2-f8236fa5b1e3}_p9240096.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{5388ba48-9955-4f3e-b3a4-62cb0c9cbe8b}_p9240103.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{35916314-b4ef-45ab-8cc6-945d586608a0}_p9240103.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{c78b8a62-186b-4253-b34c-3d69ca68f3cd}_p9240106.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{6d47f5a1-1f00-4eeb-874d-f3adbbebd3b1}_p9240107.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{515d791c-4105-4ded-8235-823133b43ef2}_p9240110.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{aa5523e2-7b91-456c-8bd0-745f2763f079}_p9240111.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{bee1a20b-d7a4-43d6-80df-54005fffbe57}_p9240114.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{1de3b9f6-57b7-43a2-aec0-c19ce9ebd6ae}_p9240116.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{efacad51-1a62-4921-84fb-3be6642e351f}_p9240121.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{09d820a2-ae2b-4e74-8977-0e14ac775dd6}_p9240122.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{2773b711-bfe9-46d0-9fe6-40ec3a997ee3}_p9240124.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{307a3be7-43b3-40af-a4f3-41156bc958b4}_p9240129.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{a2c7b207-5422-4dca-992e-f97619c2317c}_p9240132.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{abfbb137-7053-46cd-aaa3-8e56aa02035c}_p9240138.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{32f09d97-017e-4111-b487-aaef813a33e3}_p9240135.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{32175295-6411-4e9e-9d63-7db1b9099010}_p9240133.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{bc0c7802-ce82-4f29-90c8-0500ee1c4a96}_p9240141.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"><input type="hidden" name="slideColl1" class="slideGaleryImgSrc" value="images/manoff/TN_{9472c7a0-a5a1-48f0-93e5-a3e44b482df2}_p9240149.jpg"><input type="hidden" name="pDesc" value=""><input type="hidden" name="slideColl1Href" value="objDoc.asp?PID=4038&amp;OID=4047&amp;DivID=2"></div></div>
<div class="infoPageLinkDiv"><a class="infoPageListLink" href="objDoc.asp?docName=smallGaleryPicNode&amp;thisPID=3471&amp;thisOID=3480">
							אלבומים נוספים <IMG SRC="/incFiles/images/arrowsLeft.gif" WIDTH="17" HEIGHT="8" BORDER="0" ALT=""></a></div>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td class="bottomWrapCell" colspan="4"></td></tr>
</table>
</TD></TR>
<TR><TD Align="center" class="bottomMenuParentCell">
<table cellSpacing="0" cellPadding="0" class="bottomMenuTbl">
<tr><td class="bottomMenuCell"><a class="bottomMenuLink" href="http://www.misgav.org.il/" target="_blank">מועצה אזורית משגב</a><b class="topMenuSpliterCell"> | </b><a class="bottomMenuLink" href="http://www.kmisgav.co.il/index.asp" target="_blank">קולחי משגב</a><b class="topMenuSpliterCell"> | </b><a class="bottomMenuLink" href="http://www.matigalil.org.il/" target="_blank">מטי גליל מערבי</a><b class="topMenuSpliterCell"> | </b><a class="bottomMenuLink" href="http://www.levhagalil.org/" target="_blank">מטי משגב</a><b class="topMenuSpliterCell"> | </b><a class="bottomMenuLink" href="http://pubella.co.il/" target="_blank">פאבלה - פאב חברים וארועים</a><b class="topMenuSpliterCell"> | </b><a class="bottomMenuLink" href="objDoc.asp?docName=inboxNode&amp;docMode=new">צרו קשר</a> | <a class="bottomMenuLink" href="objDoc.asp?PID=227&amp;OID=3422&amp;dispMode=rssfeeds">RSS</a></td></tr>
<tr><td class="bottomMenuCell" style="padding-top:5">
<H1 class="bottomMenuLink" style="padding-top:0;font-size:8pt">הוקם ע"י  <a class="bottomMenuLink" style="font-size:8pt;text-decoration:underline" href="http://www.meydata.com/webSitesGalery.asp?OID=33829" target="_blank"> MeyData - אתרים קהילתיים </a>  עיצוב <b>RuBeEz Design</b></H1></td></tr>
</table>
</TD></TR>
</TABLE>
</BODY>
</HTML>

