


function detectframe()
{
  	//alert('redirection '+parent.frames.length+'\n url='+top.location.href);

//var nom = window.location.pathname;
var nom = window.location.href
//nom = nom.split("/");
//nom = nom[nom.length - 1];
//nom = nom.substr(0, nom.lastIndexOf("."));
//nom = nom.replace(new RegExp("(%20|_|-)", "g"), "");
	
	if(parent.frames.length!=3)
	{
 		top.location.href='http://www.ulmag.fr/index.html?h='+nom;
	}
}






function detectframe2()
{
  	alert('redirection '+parent.frames.length+'\n url='+top.location.href+'\n numero frame : '+parent.frames.length);

//var nom = window.location.pathname;
var nom = window.location.href
//nom = nom.split("/");
//nom = nom[nom.length - 1];
//nom = nom.substr(0, nom.lastIndexOf("."));
//nom = nom.replace(new RegExp("(%20|_|-)", "g"), "");
	
	if(top.frames.length!=3)
	{
 		top.location.href='http://www.ulmag.fr/index.html?h='+nom;
	}
}






