var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);

var txt = getCookie("txt");
if (!txt) {txt = document.f.t.value; setCookie("txt", txt, now, "/", ".faganfinder.com"); }
else {document.f.t.value=txt;setCookie("txt", txt, now, "/", ".faganfinder.com")}

var target = getCookie("target");
if (!target) {target = document.f.target;}
setCookie("target", target, now, "/", ".faganfinder.com");
if (target) {document.f.target=target;setCookie("target", target, now, "/", ".faganfinder.com")}