//if ((uaOpera && document.referrer.indexOf('panel') == -1 ||
if ((uaOpera && top.frames.length == 0 ||
    (!uaOpera &&(!top.frames[0]) || top.frames[0].name != 'ppleft'))) {
//if (document.referrer.indexOf('panel') == -1) {
  document.write('<form name="redirfrm" method="post" action="/">');
  document.write('<input type="hidden" name="src" value="' + location.pathname + '">');
  document.write('<input type="hidden" name="args" value="' + location.search + '">');
  document.write('</form>');
  document.redirfrm.submit();
}


