// Script Antialone.

if (top.frames.length == 0) {
  var page = top.location.href;
  if ( (page.substring(0,5) == 'http:') || (page.substring(0,6) == 'https:') ) {
    top.location.replace("/prontus_fonasa/antialone.html?page=" + page);
  };
};
 