maPage = self.location;
cettePage = top.location;

if (cettePage == maPage) {

//	contenuSRC = escape(maPage);
	contenuSRC = maPage;
	histo = history.length;

//	cadreURL = '../../index.html?' + contenuSRC;
	cadreURL = 'http://www.actassur.com/index.html?U=' + contenuSRC + '&H=' + histo;

	top.location.href = cadreURL;
	}

