function redirection(page)
{
  window.location = page;
}

