	expireDate8 = new Date;
	expireDate8.setMonth(expireDate8.getMonth()+6);
	var vvd = document.location.search.substring(7,255);
	if ((vvd.length<=0)||(vvd.length>=6)) {vvd = "fb";}
	var theCookie8 = document.cookie.split("rid=");
	if (theCookie8.length <=1 && vvd.length>=1){
	document.cookie = "rid="+vvd+";expires=" + expireDate8.toGMTString();
}
	if (window.location=="http://feelbach.co.il/") {window.location="http://feelbach.co.il/?";}
