function alertAdverTop(){
	alert('文字广告位,特价2元/天,包月50/月,联系电话：13204114646');
}

function alertAdverCenter(){
	alert('推广排名位，超低价，联系电话：13204114646');
}

var popUpWin=0;
function popUpWindow(URLStr){
  var width="390", height="220";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function popUpWindowAdd(URLStr){
  var width="730", height="475";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
