function dishPath()
{
  setTimeout("dishPathGo()", 1);
}

function dishPathGo()
{
  try {
    history.forward();
  } catch (e) {
    // OK to ignore
  }
  setTimeout("dishPathGo()", 500);
}
function move(){
	window.location = "https://livechat.boldchat.com/aid/8495089985411808014/bc.chat?cwdid=2095878964728550519";
}
