function _NetJumpURL(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}