function changeURL(){
if(window.location.href.indexOf("spineandsportonline.com") > -1){
window.location.replace("http://www.hss.edu/florida.asp");}
if(window.location.href.indexOf("imaging.hss.edu") > -1){
window.location.replace("http://www.hss.edu/radiology-imaging.asp");}
if(window.location.href.indexOf("womensportsmedicine.org") > -1){
window.location.replace("http://www.hss.edu/womens-sports.asp");}
if(window.location.href.indexOf("womensportsmedicine.com") > -1){
window.location.replace("http://www.hss.edu/womens-sports.asp");}
if(window.location.href.indexOf("rheumatology.hss.edu") > -1){
window.location.replace("http://www.hss.edu/rheumatology.asp");}
if(window.location.href.indexOf("orthopedics.hss.edu") > -1){
window.location.replace("http://www.hss.edu/orthopedic-surgery.asp");}
if(window.location.href.indexOf("orthopaedics.hss.edu") > -1){
window.location.replace("http://www.hss.edu/orthopedic-surgery.asp");}
if(window.location.href.indexOf("stoparthritis.hss.edu") > -1){
window.location.replace("http://www.hss.edu/gosden-robinson.asp");}
}
