var loc97g 
loc97g = window.location;
loc97g = loc97g.toString();
if (loc97g.indexOf("https:")==-1) {
	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();
	}
}
function cirp(chr8cir){
if ((loc97g.indexOf("feelbach.com")!=-1) && (chr8cir==0)) {
	expireDate8cir = new Date;
	expireDate8cir.setTime(expireDate8cir.getTime()+60*60*1000);
	document.cookie = "cir=y;expires=" + expireDate8cir.toGMTString();
}
}