var index_page = "http://terranatura.hit.bg/khs-index.htm"; // // Nothing else here needs to be changed! // version = parseInt(navigator.appVersion); if (top.location == self.location) { if (version > 3) { initialize(); parent.location = index_page; } }