﻿var url=location.href;
if(url!=top.location){
    top.location=url;
    //return;
}