

if (parent.location.href == self.location.href) {
	var selfPageMatch = (self.location.href).match(/\w+\.htm|html/);

	var selfPage = selfPageMatch[0].replace(/\.htm|html/gi,"");	

	if (window.location.href.replace)
        	window.location.replace('/english/e-home.htm#'+selfPage);
}

