<html>
<head>
<script>
onload = function()
{
parent.postMessage("finishedLoad", "*");
}
</script>
</head>
<body>
Body
</body>
</html>
<html>
<head>
<script>
onload = function()
{
parent.postMessage("finishedLoad", "*");
}
</script>
</head>
<body>
Body
</body>
</html>