<!--
function checkFrame(){
	if (self == top) {
		top.location.href='http://www.adequation-consulting.net/index.htm';
		}
	}
-->