Page redirects | Adobe Business Catalyst

<script type="text/javascript">
 (function() {
  var originalPage = document.location.pathname;
  switch (originalPage) {
   case "/html/contact.htm":
    document.location.href = "/contact";
    break;
   case "/html/herdBull.htm":
    document.location.href = "/index.htm";
    break;
  }
 })();
</script>

No comments:

Post a Comment