blob: 625f98bf32c859412dc5f8ec19db7d5960605d23 [file] [log] [blame]
<!doctype html>
<script>
onload = function() {
parent.postMessage("003-1", "*");
setTimeout(function() {location = location.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
}
</script>