	//Configure Scroll
scm = new Object();
scm.brdrWidth = "0px";
scm.brdrStyle = "solid";
scm.brdrColor = "#ffffff";
scm.fntfamily = "Arial";
scm.titleColor = "#004040";
scm.titleUnderL = " text-decoration:underline;";
scm.fntsize = "14px";
scm.margin = "height: 15px;";
scm.pause = "0";
scm.removeSep = "0";
scm.fntColor = "#004040";
scm.hoverColor = "#ffff80";
scm.bgColor = "#ffffff";
scm.align = "right";
scm.height = "140";
scm.width = "237";
scm.delay = 4;
scm.boxID = 3;
scm.title_style = "";
scm.title_over_style = "";
scm.msg_style = "";
scm.msg_over_style = "";
scm.messages = new Array();
msg = new Object();
	msg.title = "Welcome"
	msg.message = "Welcome to our site!"
msg.link = "#";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Donate now! Click here for details"
	msg.message = ""
msg.link = "https://www.causes.com/fb/donations/new?ts=1257837900&cause_id=394285";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Family Evening Program"
	msg.message = "We are now working on completeting the nedded funding for the family Evening Program. learn more about the need from the Families stories and join us!"
msg.link = "http://www.beersova.org.il//Family_Eve.doc";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Meals-on-Wheels Program"
	msg.message = "Which was use to serve only the elderly in need, is now open for disabled in need as well. This change allows us to reach more people in need who are unable to arrive at our Restaurant for the Needy. "
msg.link = "#";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "International Fellowship Of Christians & Jews Canada"
	msg.message = "Thanks to the generous contribution of the IFCJ, the distribution of food packages will be expanded as of August 2008. We thank the foundation for its continues support in this program."
msg.link = "#";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Jewish Fed of Grater Kansas City"
	msg.message = "We thank the Jewish Federation of Grater Kansas City for the generous donation of $5,700 for the Gamal After School program for high-risk youth. "
msg.link = "#";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Do you want to volunteer?"
	msg.message = "You can help us from abroad!<BR>click here for details"
msg.link = "http://www.beersova.org.il/tami-003.htm";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

msg = new Object();
	msg.title = "Christadelphian Meal-A-Day Fund"
	msg.message = "Be'er Sova wishes to express its gratitude to the Christadelphian Meal-A-Day Fund for their kind donation. This donation will be used for food security programs. "
msg.link = "#";
msg.trgt = "_top"
msg.weekDaysShow = new Array(1,1,1,1,1,1,1);
msg.dateOn = ""
msg.dateOff = ""
scm.messages[scm.messages.length] = msg;

	var scnum;
	var putFull = false;
	try {
		if (SCviewFull3) {
				if (!window.scrollsUpFull || !exists(3,window.scrollsUpFull)) {
					if (!window.scrollsUpFull) window.scrollsUpFull = new Array();
					var scFnum = window.scrollsUpFull.length;
					window.scrollsUpFull[scFnum] = 3;
					if(!window.scrollsFull) {
						window.scrollsFull = new Array();
					}
					scnum = window.scrollsFull.length;
					window.scrollsFull[scnum] = scm;
					putFull = true;
				}
				else {
					if(!window.scrolls) {
						window.scrolls = new Array();
					}
					scnum = window.scrolls.length;
					window.scrolls[scnum] = scm;
				}
		}
	}
	catch (e) {
		if(!window.scrolls) {
			window.scrolls = new Array();
		}
		scnum = window.scrolls.length;
		window.scrolls[scnum] = scm;
	}
	
	window.bizID='642459_beersova';
	
	try {
		if(putFull) {document.write('<center><div id="scboardF'+scnum+'" style="height:99%; width:99%;"></div></center>');}
		else document.write('<div id="scboard'+scnum+'" style="height:140px; width:237px; overflow:hidden;"></div>');
	}
	catch(e) {
		document.write('<div id="scboard'+scnum+'" style="height:140px; width:237px; overflow:hidden;"></div>');
	}
	
	function exists(elem, arr) {
			
			for (var i = 0 ; i < arr.length ; i++) {
					if (arr[i] == elem) return true;					
			}
			return false;
	}
