var strPage = window.location.href;
var strImgPath = "<IMG SRC=\"count.php?cntPage=" + strPage + "\" BORDER=\"0\" WIDTH=\"1\" HEIGHT=\"1\">";
document.write(strImgPath);

