<script type="text/javascript">

//var locate = window.location;
var url = document.location.href.toLowerCase();
if (url.indexOf('www.truenorthleadership.com/author_co.htm ') != -1)
  { document.location = 'http://www.truenorthleadership.com/About-authors';
  
  }
if (url.indexOf('http://www.truenorthleadership.com/About-authors') != -1)
{   document.location = 'http://www.truenorthleadership.com/About-authors';
 	
}
</script>
// JavaScript Document