//ADFUSER147="piclinkurl";
var p;
p= 0;
if (p==1){
ADFUSER147="/ad/nblake/nanbei.htm";//ADFUSER147="piclinkurl";

var flagpop=1;//0:gif	1:htm
var picpop="/images/error.gif";
var htmpop="/tc.htm";
var widpop=776;
var heipop=517;
var scrollbarspop=0;//0:no  1:yes
//var tarpop="_blank";

var strwinpop="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrollbarspop+",resizable=0,copyhistory=0,width="+widpop+",height="+heipop+",left=100,top=0";

if (flagpop==0){
	var winpop=open("","adfpop",strwinpop);
	winpop.document.open("text/html","replace");
	winpop.document.clear();
//	winpop.document.write("<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href='"+ADFUSER147+"' target='"+tarpop+"'><img src='"+picpop+"' border='0'></a></body></html>");
	winpop.document.write("<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a target=_blank href='"+ADFUSER147+"'><img src='"+picpop+"' border='0'></a></body></html>");
	winpop.document.close;
	winpop.focus();
}
else if(flagpop==1){
	window.open(htmpop,"adfpop",strwinpop);
}
} 