function l(){
if(parent.location&&parent.location!=window.location){
top.location=window.location;
} }
window.onload=l;
