<!--
var stateObject = {};
var title = "";
var newUrl = "/console/a/login";
history.pushState(stateObject,title,newUrl);
-->
<!--
var stateObject = {};
var title = "";
var newUrl = "/console/a/login";
history.pushState(stateObject,title,newUrl);
-->