<!-- hide from old browsers
  var statBarMsg = "Welcome to Easy HR Pty Ltd"
   
  function scrollStatBarMsg(){  
    window.status = statBarMsg
        }
//-->