var aURL = window.location.href.split("?");
var sPage = window.location.pathname;
sPage = sPage.substring(1, sPage.length);
var sQuery = "";
if(aURL[1]) sQuery = aURL[1];
document.write("<iframe src=\"/azoogle/track.php?p=" + encodeURIComponent(sPage) + "&q=" + encodeURIComponent(sQuery) + "\" width=\"1\" height=\"1\" style=\"visibility: hidden;\"></iframe>");