var dc = setTimeout("dropCookie()", 500);
function dropCookie(){
	//alert(sendori);
	if(sendori == false){
		var el = document.createElement("iframe");
		el.style.border='0px';
		el.style.width='1px';
		el.style.height='1px';
		el.setAttribute('src', (document.location.protocol == "https:" ? "https://" : "http://") + "pixel.fetchback.com/serve/fb/pdj?cat=&name=landing&sid=3947");
		document.body.appendChild(el);
		clearTimeout(dc);
	}
}
