// english to french flip scriptvar here = document.location.pathname;var flip = here.replace("/fr/","/en/");document.write("<a href='http://www.provincialadvocate.on.ca" + flip + "'>English</a>");