var telus; if (telus == null) telus = new Object();
if (telus.lang == null) telus.lang = 'en';
if (telus.lang == 'en') telus.adSite = 'myt';
if (telus.lang == 'fr') telus.adSite = 'myf';
includeJS();
function includeJS() {
  var protocol = window.location.protocol;
  var host = 'www.mytelus.com';
  var list = new Array();
  list.push('/global/js/display/SearchBox.js');
  list.push('/global/js/display/HeaderPartner.js');
  list.push('/global/js/display/Navbar.js');
  list.push('/global/js/display/Footer.js');
  var htmlHeader = document.getElementsByTagName('head').item(0);
  for (var i = 0; i < list.length; i++) {
    var js = document.createElement('script');
    js.type = 'text/javascript';
    js.src = protocol + '//' + host + list[i];
    htmlHeader.appendChild(js);
  }
}
