// Script Antialone.

if (top.frames.length == 0) {
  var page = top.location.href;
  // if (page.indexOf('preview.html') == -1) {
    if ( (page.substring(0,5) == 'http:') || (page.substring(0,6) == 'https:') ) {
      // top.location.href = "/p4_demo/antialone.html?page=" + page;
      top.location.href = "/prontus4_noticias/antialone.html?page=" + page;
    };
  // };
};
