
function goToPage(url) {
  var location = url;

  window.location = location;
  return 0;
}

