//通常ロケーション
function location_basic_jump(url){
	location.href = url;
}

