var wid = escape(screen.width);
var hgt = escape(screen.height);
var szz = escape(document.referrer);
var dir = location.href.substring(0,location.href);
var url = escape(location.href.substring(dir.length,location.href.length));
var link = "<img src='http://www.cdkitchen.com/recstatsv2.php?p=" + url + "&szz=" + szz + "&wid=" + wid + "&hgt=" + hgt + "' width=1 height=1 border=0>";
document.write(link);
