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