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();
	}
}
