var puURL="http://trafficflare.com/puhits.cgi?"+tfmID;

function showPuwin() {
   puWin=window.open(puURL,'tfpuwin');
   puWin.blur();
   window.focus();
   }


function nEMsg() { return true; }
window.onerror=nEMsg;

showPuwin();
