var myURL='http://www.popuptraffic.com/scripts/popup.php?hid=0e0cfc2bd997eef8f55c&tmpl=usPB.tmpl';
var myWidth='800';
var myHeight='600';
var popV='width='+myWidth+',height='+myHeight+',titlebar=0,toolbar=0,location=0,menubar=0,';
popV+='scrollbars=1,resizable=yes,channelmode=0,directories=0,status=0'; var dz=document;
if(parseFloat(navigator.appVersion)>=4){var myTI=screen.height/8-myHeight/8;
var myLI=screen.width/8-myWidth/8;popV+=',top='+myTI+',left='+myLI;}

popWindow();
function popWindow(){
var xwin = window.open(myURL,'', popV,true);
if (xwin != null) xwin.blur()
}


