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