function CTIsPlayback() {
   try { return parent && parent.WebPlayer; }
   catch(e) { return false; }
}
if(!CTIsPlayback() )
  if(top!=self)
    top.location = location;