1 2 3 4 5 6 7
<!doctype html> 001-1 <script> addEventListener("unload", function() { location = location.href.replace("http://", "http://www.").replace(/\d{3}-\d\.html/, "001-3.html"); }, false); </script>