// JavaScript Document
<!-- Commande pour vérifier si le frame est dans le frameset -->
var x = top.location.href;
if (x.indexOf("/index") == -1) {	
		top.location = 'index.html';
}
<!-- Fin -->