function redirect()
{
  if (location.href.indexOf("/taxcredit.asp") > 0)
  {
    window.location = '/about_guhsd/tax_credit/'
  }
}