//Make sure to use all lowercase for the original URL

if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/home.asp') { location.href = 'http://ucffedcu.org/'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/home.asp') { location.href = 'http://ucffedcu.org/'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/contact.asp') { location.href = '/contact-us.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/contact.asp') { location.href = '/contact-us.aspx'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/services/service_1_3.asp') { location.href = '/students.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/services/service_1_3.asp') { location.href = '/students.aspx'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/online.asp') { location.href = '/online-services.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/online.asp') { location.href = '/online-services.aspx'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/location.asp') { location.href = '/about-us/locations-hours.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/location.asp') { location.href = '/about-us/locations-hours.aspx'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/applicat.htm') { location.href = '/online-services/applications.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/applicat.htm') { location.href = '/online-services/applications.aspx'; }
if (location.href.toLowerCase() == 'http://www.ucffedcu.org/asp/privacy.asp') { location.href = '/about-us/disclosures.aspx'; }
if (location.href.toLowerCase() == 'http://ucffedcu.org/asp/privacy.asp') { location.href = '/about-us/disclosures.aspx'; }
