﻿function ClientRedirect(url)
{
  window.location = url;
}

