	currentURL=self.location.href;	if (top==self){		page=currentURL.substring(currentURL.lastIndexOf("/")+1);		this.location.href="../index.php?ref="+page	} else 	if(top.window.codePresent){		pageName=currentURL.substring(currentURL.lastIndexOf("/")+1,currentURL.lastIndexOf("."));		top.window.setButtonIns(pageName);	}