////////////////////  ANTIFRAMES /////////////////////////////////////////
//		A REACTIVER EN PRODUCTION!!!



var frame_url = encodeURI(window.location.pathname+window.location.search);
var frame_host =  window.location.hostname;
if (parent.frames.length < 1)
{
// PRODUCTION (ŕ vérifier):
//document.location.href = "http://"+frame_host+"/index.php?page="+frame_url;
// DEVELOPEMENT:
//document.location.href = "http://127.0.0.1//ECHANGIA.COM/index.htm";
document.location.href = "http://www.echangia.com/index.php";
}
