var index_page = "http://terranatura.hit.bg/index.htm"; // // Nothing else here needs to be changed! // version = parseInt(navigator.appVersion); if (top.location == self.location) { if (version > 3) { initialize(); fileName=top.location.href.substring(top.location.href.lastIndexOf("/"),top.location.href.length); parent.location = index_page+"?links"+fileName; } }