if (window==top && document.location.hostname.toLowerCase().indexOf('thebytefactory') != -1) {
//document.cookie = "rd=" + document.location.pathname.substring(location.pathname.indexOf('/')+1);
document.cookie = "rd=" + document.location.pathname + "; path=/";
location.replace("/");
}
