﻿function PPActiveTracker() {
    var b = typeof document.referrer == "undefined" ? "" : document.referrer, c = typeof startLoadingTime == "undefined" ? "" : startLoadingTime, d = document.getElementsByTagName("body")[0], a = document.createElement("div"); a.innerHTML = '<div style="display:none;"><iframe src="' + document.location.protocol + "//www.pureprofile.com/ajax/ActiveTracker.aspx?ReferrerURL=" + encodeURIComponent(b) + "&startLoadingTime=" + encodeURIComponent(c) + "&PageURL=" + encodeURIComponent(window.location.href) + '"   style="width:1px;" height="1px;"></iframe></div>';
    d.appendChild(a)
} window.onload = PPActiveTracker;
