function jump(j){
	if(j=="") return
	window.open(j);
}