function loadIt() {
if (top==self) {
	top.window.location.href = 'index.html' ; 
	} else {
	return false ;
}
}

