<script>
function testFunction() {
try {
var s = location.href + history.length;
} catch (e) {
}
}
parent.testPhase1();
</script>
<script>
function testFunction() {
try {
var s = location.href + history.length;
} catch (e) {
}
}
parent.testPhase1();
</script>