// Script Antialone.

if (top.frames.length == 0) {
  var page = top.location.href;
  if (page.substring(0,5) == 'http:') {
    // top.location.href = "http://192.168.3.85/p4_fiap/antialone.html?page=" + page;
    top.location.href = "http://www.fiap.cl/p4_fiap/antialone.html?page=" + page;
  };
};
