window.setTimeout(
function(){
  window.open("aa.html");
  //window.navigate("aa.html");
}
,
500
);