//Contact Timothy Wu, or Maxwell Stennett if there are questions regarding this code.
var url = window.location.href;
if (url.indexOf('theglobeandmail.com') > -1){
  if (url.indexOf('politics') > -1){
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ELECTION_the_globe_and_mail_com"></script>');
  } else {
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ONTARIO_the_globe_and_mail_com"></script>');
  }
} else if (url.indexOf('globeandmail.ca') > -1){
  if (url.indexOf('politics') > -1){
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ELECTION_globe_and_mail_ca"></script>');
  } else {
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ONTARIO_globe_and_mail_ca"></script>');
  }
} else if (url.indexOf('globeandmail.com') > -1){
  if (url.indexOf('politics') > -1){
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ELECTION_globe_and_mail_com"></script>');
  } else {
    document.write('<script type="text/javascript" src="http://orion.eyereturn.com/log.aspx?site=1431&page=ONTARIO_globe_and_mail_com"></script>');
  }
}
