// JavaScript Document
<!--
if(window.top==self) { 
    var parentURL = "default.htm"
    var childURL = window.location.href
    var reframeURL = parentURL + "?" + childURL
    location.href = reframeURL
}
//-->
