<!--
if(window.top==self) { 
    var parentURL = "http://www.airpress.uk.com/frame_set.htm"
    var childURL = window.location.href
    var reframeURL = parentURL + "?" + childURL
    location.href = reframeURL
}
//-->