if (!window.parent.bodyRicette) {
	var str = window.location.href;
	if (str.match(".b.htm")) {
		window.top.location.href = str.substr(0, str.indexOf(".b.htm"))+".htm";
  }
}

