/***
path = window.location.pathname; 
hash = window.location.hash; 
search = window.location.search; 
filenm = window.location.pathname.substr(7);
if (((window.top.location.hostname  != 'members.shaw.ca') ||
     ((window.top.location.pathname != '/co-bc') && 
      (window.top.location.pathname != '/co-bc/') && 
      (window.top.location.pathname != '/co-bc/index.html'))) && 
    (window.top.location.protocol != 'file:')) 
{setTimeout("window.top.location.replace('http://members.shaw.ca/co-bc/?' + filenm + hash + search)",2000);};
***/
