var getURL = document.URL;
var switchURL;

if (getURL.indexOf("qualitedelairontario.com") >= 0) {
	switchURL = getURL.replace("qualitedelairontario.com", "airqualityontario.com");
} else if (getURL.indexOf("stage.accessenvironment.ene.gov.on.ca") >= 0) {
	switchURL = "LocaleAction.action?lang=en";
} else if (getURL.indexOf("www.accessenvironment.ene.gov.on.ca") >= 0) {
	switchURL = "LocaleAction.action?lang=en";
} else {
	switchURL = getURL.replace("/fr/", "/en/"); 
}

document.write('<img src="http://www.ene.gov.on.ca/stdprodconsume/fragments/ministrystylesheets/images/ontario_logo.gif" width="121" height="40" alt="Ontario" />');
document.write('<p id="textlinks"> <a href="#top" id="skipNav">Skip to content</a> <a href="http://www.ontario.ca/">Ontario.ca</a> <a href=' + switchURL + ' class="last">English</a></p>');
document.write('<br /><img src="http://www.ene.gov.on.ca/stdprodconsume/fragments/frministryheader/images/ministry_header_fr.gif" width="980" height="40" alt="Ministere de l\'Environnement" />');
document.write('<div id="arc"></div>');
document.write('<div id="navbar">');
document.write('<p><a href="http://www.ene.gov.on.ca/environment/fr/index.htm">Accueil</a><a href="http://www.ene.gov.on.ca/environment/fr/about/index.htm">&#192; propos du Minist&#232;re</a><a href="http://www.ene.gov.on.ca/environment/fr/legislation/index.htm">Mesures l&#233;gislatives</a><a href="http://www.ene.gov.on.ca/environment/fr/local/index.htm">Projets locaux</a><a href="http://www.ene.gov.on.ca/environment/fr/blog/index.htm">Blogue</a><a href="http://www.ene.gov.on.ca/environment/fr/news/index.htm">Nouvelles</a><a href="http://www.ene.gov.on.ca/environment/fr/resources/index.htm">Ressources</a><a href="http://www.ene.gov.on.ca/environment/fr/media/index.htm">M&#233;dias</a><a href="http://www.ene.gov.on.ca/environment/fr/main/contents/index.htm" class="last">Index</a></p>');
document.write('</div>');
document.write('<div id="toptab_menu">');
document.write('<ul id="top-tabs">');
document.write('<li><a href="http://www.ene.gov.on.ca/environment/fr/residents/index.htm">Pour r&#233;sidents</a></li>');
document.write('<li><a href="http://www.ene.gov.on.ca/environment/fr/industry/index.htm">Pour entreprises</a></li>');   	
document.write('<li><a href="http://www.ene.gov.on.ca/environment/fr/ezone/index.htm">Pour enfants</a></li>');
document.write('<li><a href="http://www.accessenvironment.ene.gov.on.ca/PiwWeb/piw/GoSearch.action?search=basic?lang=fr">Acc&#233;s Environnement</a></li>');
document.write('<li class="notab"><div class="blankTab">&nbsp;</div></li>');
document.write('</ul>');
document.write('</div>');
