        if (self.parent.frames.length != 0) {self.parent.location=document.location;}

if(document.location.hostname){
var hostName = new String(document.location.hostname);

	if(hostName.indexOf("hermitagemuseum.org") <0 && hostName.indexOf("hermitage.ru") <0 && hostName.indexOf("monarch") <0 && hostName.indexOf("eserver")){
		document.location.href = "http://hermitagemuseum.org"+document.location.pathname;
	}
} 