<!--HPB_SCRIPT_CODE_40
// _HpbJumpURL: 指定したURLにジャンプします。
//
function _HpbJumpURL(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}
//-->

