function redirectPage(target)
{
  window.location = target;
}
