reff=document.referrer;

if(reff.indexOf('search-s')!=-1){
if(top.frames.length > 0){
    location.href='./ot/t123.html';
}
}




