<!--//
function X10launchPop(adCampaign,adLocation,winWidth,winHeight,popType){
var decache = new Date;
var popArgs=adCampaign+((popType == 1)?'':'='+decache.getTime()+'>'+adLocation);
if (parseFloat(navigator.appVersion) >= 4){
var move = ',top=50000,left=50000';
} else {
var move = '';
}
var launch=window.open;
var pop=launch('about:blank','PopWin'+decache.getTime(), 'width='+winWidth+',height='+winHeight+',location=yes,menubar=yes,titlebar=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes'+move,true);
if(pop!=null){
pop.blur();
pop.document.open();
pop.document.writeln("<html><head>");
pop.document.writeln("<script language=javascript>");
pop.document.writeln("function errfn() { return true; }");
pop.document.writeln("window.onerror=errfn;");
pop.document.writeln("if (parseFloat(navigator.appVersion) >= 4){");
pop.document.writeln("self.blur();");
pop.document.writeln("var centerItY=(screen.height-"+winHeight+")/2 - 50;");
pop.document.writeln("var centerItX=(screen.width-"+winWidth+")/2;");
pop.document.writeln("self.moveTo(centerItX,centerItY);");
pop.document.writeln("}");
pop.document.writeln("window.location = \"http://ads.x10.com/?"+popArgs+"\";");
pop.document.writeln("</script>");
pop.document.writeln("</head><body></body></html>");
pop.document.close();
}
self.focus();
}
X10launchPop("c2Nqc2NwdS5kYXQ","10281954-386976",730,310,0);
//-->
