if(parent && parent.gauche && parent.gauche.location && parent.gauche.location.href) {

	var o = parent.gauche.location.href.split("/");
	o = o[o.length-1];

	if(o != "categ_corporation_vf.html") {
		parent.gauche.location.replace("categ_corporation_vf.html");
	}

}