var ran  = parseInt(10*Math.random());
if(ran < 0) {
	location.replace('/go.shtml?pid=X1');
}