004-1.html (224B)
1 <!doctype html> 2 <script> 3 onload = function() { 4 parent.postMessage("004-1", "*"); 5 setTimeout(function() {location = location.href.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100); 6 } 7 </script>