<!-- 
//
function chktop() {

if (top.location != self.location) {
top.location = self.location.href
}
}
delay = 1;
timer = setTimeout("chktop()", delay*100); 

//--> 

