var iframe = window.frames['ptcnt'];
var iframe_host = "http://powertools.uptask.com/counter/counter.shtml";
if ((document.referrer != null) && (document.referrer != "")) { iframe_host = iframe_host + "?r=" + escape(document.referrer); }
iframe.location = iframe_host;