<!--
function index () {
	//document.getElementById("promociones").style.display ='none';
	//alert(parent.location.href);
	if(parent.location.href == "https://www.micheldomit.com/home.php?cat=249"){
		document.window.getElementById("promociones").style.display = 'none';
	} else {
		document.window.getElementById("promociones").style.display = 'inline';
	}
}
// -->
index();

